ArcFM Responder Mobile 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
)
public delegate UpdateCustomersRequestDelegate( 
    regionId: System.Integer;
    fcid: System.Integer;
    oids: System.Integerarray of
);
System.SerializableAttribute()
public delegate UpdateCustomersRequestDelegate( 
   regionId : System.int,
   fcid : System.int,
   oids : System.int[]
) : System.int
[System.Serializable()]
public: __gc __delegate System.int UpdateCustomersRequestDelegate( 
   System.int regionId,
   System.int fcid,
   System.int[]* oids
)
[System.Serializable()]
public delegate System.int UpdateCustomersRequestDelegate( 
   System.int regionId,
   System.int fcid,
   System.array<int>^ oids
)

Parameters

regionId
fcid
oids
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UpdateCustomersRequestDelegate Members
Miner.Responder.Framework.Requests Namespace

Send Feedback