BuildServiceHostUtilities.Register Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Register(IBuildServiceHost, String, String) | ||
Register(IBuildServiceHost, String, String, X509Certificate2) | ||
Register(IBuildServiceHost, String, String, String, Boolean) | Registers the service host with its project collection, by using the provided userName and password. If the service host is already registered, an exception is thrown. In this case, call Unregister first. | |
Register(IBuildServiceHost, String, String, X509Certificate2, String, Boolean) | Registers the service host with its project collection, by using the provided userName and password. If the service host is already registered, an exception is thrown. In this case, call Unregister first. |
Top