Miner.Responder.Shared.Requests Namespace > CancelIncidentRequest Class : CancelIncidentRequest Constructor |
'Declaration
Public Function New( _ ByVal incidentIds As System.Collections.Generic.IEnumerable(Of Integer), _ ByVal deleteCalls As System.Boolean, _ ByVal cancelReason As CancelReasonDomain _ )
'Usage
Dim incidentIds As System.Collections.Generic.IEnumerable(Of Integer) Dim deleteCalls As System.Boolean Dim cancelReason As CancelReasonDomain Dim instance As New CancelIncidentRequest(incidentIds, deleteCalls, cancelReason)
public CancelIncidentRequest( System.Collections.Generic.IEnumerable<int> incidentIds, System.bool deleteCalls, CancelReasonDomain cancelReason )
public CancelIncidentRequest( incidentIds: System.Collections.Generic.IEnumerable; deleteCalls: System.Boolean; cancelReason: CancelReasonDomain );
public function CancelIncidentRequest( incidentIds : System.Collections.Generic.IEnumerable, deleteCalls : System.boolean, cancelReason : CancelReasonDomain );
public: CancelIncidentRequest( System.Collections.Generic.IEnumerable<int>* incidentIds, System.bool deleteCalls, CancelReasonDomain cancelReason )
public: CancelIncidentRequest( System.Collections.Generic.IEnumerable<int>^ incidentIds, System.bool deleteCalls, CancelReasonDomain cancelReason )
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