ArcFM Responder Mobile Developer Guide
CallCause Method






Set CauseDomain to something other than Unknown
Syntax
'Declaration
 
Public Function CallCause( _
   ByVal cause As CauseDomain _
) As SubmitCallCommand
'Usage
 
Dim instance As SubmitCallCommand
Dim cause As CauseDomain
Dim value As SubmitCallCommand
 
value = instance.CallCause(cause)
public SubmitCallCommand CallCause( 
   CauseDomain cause
)
public function CallCause( 
    cause: CauseDomain
): SubmitCallCommand; 
public function CallCause( 
   cause : CauseDomain
) : SubmitCallCommand;
public: SubmitCallCommand* CallCause( 
   CauseDomain cause
) 
public:
SubmitCallCommand^ CallCause( 
   CauseDomain cause
) 

Parameters

cause
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

SubmitCallCommand Class
SubmitCallCommand Members

Send Feedback