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
Public methodStatic member Register(IBuildServiceHost, String, String)
Public methodStatic member Register(IBuildServiceHost, String, String, X509Certificate2)
Public methodStatic member 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.
Public methodStatic member 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

See Also

Reference

BuildServiceHostUtilities Class

Microsoft.TeamFoundation.Build.Config Namespace