SPServerPipeBind Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the SPServerPipeBind class using the parameters provided.
Overload List
Name | Description | |
---|---|---|
SPServerPipeBind(Guid) | Initializes a new instance of the SPServerPipeBind class and provides a unique guid identifier for the SPServer object instance. | |
SPServerPipeBind(String) | Initializes a new instance of the SPServerPipeBind class and provides a string identifier that uniquely identifies the SPServer object instance. | |
SPServerPipeBind(SPServer) | Initializes a new instance of the SPServerPipeBind class and provides a SPServer object instance. |
Top