ArcFM Responder Mobile Developer Guide
Invoke Method (Option)






Syntax
'Declaration
 
Public Sub Invoke( _
   ByVal c As OptionContext _
) 
'Usage
 
Dim instance As Option
Dim c As OptionContext
 
instance.Invoke(c)
public void Invoke( 
   OptionContext c
)
public procedure Invoke( 
    c: OptionContext
); 
public function Invoke( 
   c : OptionContext
);
public: void Invoke( 
   OptionContext* c
) 
public:
void Invoke( 
   OptionContext^ c
) 

Parameters

c
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

Option Class
Option Members

Send Feedback