Responder Developer Guide
PingURL Method (OAServer)


Syntax
'Declaration
 
<WebMethodAttribute("Requester pings URL of OA to see if it is alive.  Returns errorObject(s) as necessary to communicate application status.")>
<SoapHeaderAttribute("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)>
Public Function PingURL() As errorObject()
'Usage
 
Dim instance As OAServer
Dim value() As errorObject
 
value = instance.PingURL()
[WebMethod("Requester pings URL of OA to see if it is alive.  Returns errorObject(s) as necessary to communicate application status.")]
[SoapHeader("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)]
public errorObject[] PingURL()
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

OAServer Class
OAServer Members

 

 


Send Comment