Responder Developer Guide
Handle Method (TestServiceCommandHandler)


Handled testconnection command - Runs all the tests for the defined connection
Syntax
'Declaration
 
Public Sub Handle( _
   ByVal app As ServerApplication, _
   ByVal command As String, _
   ByVal args() As String, _
   ByRef handled As Boolean _
) 
'Usage
 
Dim instance As TestServiceCommandHandler
Dim app As ServerApplication
Dim command As String
Dim args() As String
Dim handled As Boolean
 
instance.Handle(app, command, args, handled)
public void Handle( 
   ServerApplication app,
   string command,
   string[] args,
   ref bool handled
)

Parameters

app
command
args
handled
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

TestServiceCommandHandler Class
TestServiceCommandHandler Members

 

 


Send Comment