ArcFM Responder Mobile Developer Guide
CreateIncidentAndIncidentDevice Method






Syntax
'Declaration
 
Public Function CreateIncidentAndIncidentDevice( _
   ByVal source As DataSource, _
   ByVal session As DataSession _
) As System.Boolean
'Usage
 
Dim instance As WriteStatusChangeRequest
Dim source As DataSource
Dim session As DataSession
Dim value As System.Boolean
 
value = instance.CreateIncidentAndIncidentDevice(source, session)
public System.bool CreateIncidentAndIncidentDevice( 
   DataSource source,
   DataSession session
)
public function CreateIncidentAndIncidentDevice( 
    source: DataSource;
    session: DataSession
): System.Boolean; 
public function CreateIncidentAndIncidentDevice( 
   source : DataSource,
   session : DataSession
) : System.boolean;
public: System.bool CreateIncidentAndIncidentDevice( 
   DataSource* source,
   DataSession* session
) 
public:
System.bool CreateIncidentAndIncidentDevice( 
   DataSource^ source,
   DataSession^ session
) 

Parameters

source
session
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

WriteStatusChangeRequest Class
WriteStatusChangeRequest Members

Send Feedback