Responder Developer Guide
GetDispatchersInRegion Method


Syntax
'Declaration
 
Function GetDispatchersInRegion( _
   ByVal regionId As Nullable(Of Integer) _
) As IEnumerable(Of Name)
'Usage
 
Dim instance As IDispatcherSelectionProvider
Dim regionId As Nullable(Of Integer)
Dim value As IEnumerable(Of Name)
 
value = instance.GetDispatchersInRegion(regionId)
IEnumerable<Name> GetDispatchersInRegion( 
   Nullable<int> regionId
)

Parameters

regionId
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

IDispatcherSelectionProvider Interface
IDispatcherSelectionProvider Members

 

 


Send Comment