←Select platform

Ping Method

Summary

Provides a means for a context manager to determine whether or not a web context agent in a common context session is still running.

Syntax

C#
VB
C++
[WebGetAttribute(BodyStyle=0, UriTemplate="?interface=ContextAgent&method=Ping")] 
[OperationContractAttribute()] 
public Stream Ping() 
<WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="?interface=ContextAgent&method=Ping")> 
<OperationContractAttribute()> 
Function Ping() As Stream 
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?interface=ContextAgent&method=Ping")] 
[OperationContractAttribute()] 
Stream^ Ping();  

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow.Services Assembly