ArcFM Responder Mobile Developer Guide
CallTrouble Method






Set call Trouble to something other than no power
Syntax
'Declaration
 
Public Function CallTrouble( _
   ByVal trouble As System.Nullable(Of CallTroubleDomain) _
) As SubmitCallCommand
'Usage
 
Dim instance As SubmitCallCommand
Dim trouble As System.Nullable(Of CallTroubleDomain)
Dim value As SubmitCallCommand
 
value = instance.CallTrouble(trouble)
public SubmitCallCommand CallTrouble( 
   System.Nullable<CallTroubleDomain> trouble
)
public function CallTrouble( 
    trouble: System.Nullable
): SubmitCallCommand; 
public function CallTrouble( 
   trouble : System.Nullable
) : SubmitCallCommand;
public: SubmitCallCommand* CallTrouble( 
   System.Nullable<CallTroubleDomain> trouble
) 
public:
SubmitCallCommand^ CallTrouble( 
   System.Nullable<CallTroubleDomain> trouble
) 

Parameters

trouble
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