AdministrationWebService4.ReleaseServiceHost Method
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub ReleaseServiceHost ( _
serviceHostUri As String _
)
[WebMethodAttribute]
public void ReleaseServiceHost(
string serviceHostUri
)
[WebMethodAttribute]
public:
void ReleaseServiceHost(
String^ serviceHostUri
)
[<WebMethodAttribute>]
member ReleaseServiceHost :
serviceHostUri:string -> unit
public function ReleaseServiceHost(
serviceHostUri : String
)
Parameters
- serviceHostUri
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.