ArcFM Responder Mobile Developer Guide
Add Method (OperationGroup)






Operation to add
Add an Operation to the OperationGroup.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal op As Operation _
) 
'Usage
 
Dim instance As OperationGroup
Dim op As Operation
 
instance.Add(op)
public void Add( 
   Operation op
)
public procedure Add( 
    op: Operation
); 
public function Add( 
   op : Operation
);
public: void Add( 
   Operation* op
) 
public:
void Add( 
   Operation^ op
) 

Parameters

op
Operation to add
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

OperationGroup Class
OperationGroup Members

Send Feedback