Responder Developer Guide
DoOperation Method


Syntax
'Declaration
 
Public Sub DoOperation( _
   ByVal alertCommand As ISnoozeAlert, _
   ByVal alertRow As DataRow _
) 
'Usage
 
Dim instance As AlertDialog
Dim alertCommand As ISnoozeAlert
Dim alertRow As DataRow
 
instance.DoOperation(alertCommand, alertRow)
public void DoOperation( 
   ISnoozeAlert alertCommand,
   DataRow alertRow
)

Parameters

alertCommand
alertRow
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

AlertDialog Class
AlertDialog Members

 

 


Send Comment