TeamFoundationHostManagementService.PingHostProcess Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function PingHostProcess ( _
requestContext As TeamFoundationRequestContext, _
processId As Guid, _
pingTimeout As Integer _
) As HostProcessPingResponse
public HostProcessPingResponse PingHostProcess(
TeamFoundationRequestContext requestContext,
Guid processId,
int pingTimeout
)
public:
HostProcessPingResponse^ PingHostProcess(
TeamFoundationRequestContext^ requestContext,
Guid processId,
int pingTimeout
)
member PingHostProcess :
requestContext:TeamFoundationRequestContext *
processId:Guid *
pingTimeout:int -> HostProcessPingResponse
public function PingHostProcess(
requestContext : TeamFoundationRequestContext,
processId : Guid,
pingTimeout : int
) : HostProcessPingResponse
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- processId
Type: System.Guid
- pingTimeout
Type: System.Int32
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.HostProcessPingResponse
.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.