ArcFM Solution Developer Guide
UpdateCustomersRequestDelegate Delegate


Syntax
'Declaration
 
<System.SerializableAttribute()>
Public Delegate Function UpdateCustomersRequestDelegate( _
   ByVal regionId As System.Integer, _
   ByVal fcid As System.Integer, _
   ByVal oids() As System.Integer _
) As System.Integer
'Usage
 
Dim instance As New UpdateCustomersRequestDelegate(AddressOf HandlerMethod)
[System.Serializable()]
public delegate System.int UpdateCustomersRequestDelegate( 
   System.int regionId,
   System.int fcid,
   System.int[] oids
)

Parameters

regionId
fcid
oids
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

UpdateCustomersRequestDelegate Members
Miner.Responder.Framework.Requests Namespace

 

 


Send Comment