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++
[OperationContractAttribute()] 
[WebGetAttribute(BodyStyle=0, UriTemplate="?interface=ContextAgent&method=Ping")] 
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow.Services Assembly