Responder Developer Guide
Notify Method


Syntax
'Declaration
 
Public Sub Notify( _
   ByVal notify As String, _
   ByVal info As Object _
) 
'Usage
 
Dim instance As BaseVsaSite
Dim notify As String
Dim info As Object
 
instance.Notify(notify, info)
public void Notify( 
   string notify,
   object info
)

Parameters

notify
info
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

BaseVsaSite Class
BaseVsaSite Members

 

 


Send Comment