Property | Type | Description | |
---|---|---|---|
MachineEventType | SIPMonitorMachineEventTypesEnum | ||
ResourceID | string | ||
ResourceURI | SIPURI |
Method | Description | |
---|---|---|
ParseMachineEventCSV ( string eventCSV ) : |
||
SIPMonitorMachineEvent ( SIPMonitorMachineEventTypesEnum machineEventType, string owner, SIPEndPoint remoteEndPoint, string message ) : NUnit.Framework | ||
SIPMonitorMachineEvent ( SIPMonitorMachineEventTypesEnum machineEventType, string owner, string resourceID, SIPURI resourceURI ) : NUnit.Framework | ||
ToAnonymousCSV ( ) : string | ||
ToCSV ( ) : string |
Method | Description | |
---|---|---|
SIPMonitorMachineEvent ( ) : NUnit.Framework |
public static ParseMachineEventCSV ( string eventCSV ) : |
||
eventCSV | string | |
return |
public SIPMonitorMachineEvent ( SIPMonitorMachineEventTypesEnum machineEventType, string owner, SIPEndPoint remoteEndPoint, string message ) : NUnit.Framework | ||
machineEventType | SIPMonitorMachineEventTypesEnum | |
owner | string | |
remoteEndPoint | SIPEndPoint | |
message | string | |
return | NUnit.Framework |
public SIPMonitorMachineEvent ( SIPMonitorMachineEventTypesEnum machineEventType, string owner, string resourceID, SIPURI resourceURI ) : NUnit.Framework | ||
machineEventType | SIPMonitorMachineEventTypesEnum | |
owner | string | |
resourceID | string | |
resourceURI | SIPURI | |
return | NUnit.Framework |
public SIPMonitorMachineEventTypesEnum MachineEventType | ||
return | SIPMonitorMachineEventTypesEnum |