AdministrationWebService4.AcquireServiceHost Method
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub AcquireServiceHost ( _
serviceHostUri As String, _
ownerName As String _
)
[WebMethodAttribute]
public void AcquireServiceHost(
string serviceHostUri,
string ownerName
)
[WebMethodAttribute]
public:
void AcquireServiceHost(
String^ serviceHostUri,
String^ ownerName
)
[<WebMethodAttribute>]
member AcquireServiceHost :
serviceHostUri:string *
ownerName:string -> unit
public function AcquireServiceHost(
serviceHostUri : String,
ownerName : String
)
Parameters
- serviceHostUri
Type: System.String
- ownerName
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.