|
CommunicationState Enumeration |
An enum indicating the state of a communication
Namespace: Infosoft.Common.Contracts.DataContracts.MessagingAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax public enum CommunicationState
No code example is currently available or this language may not be supported.
Members Member name | Value | Description |
---|
Unhandled | 0 |
Indicates that the communication has yet to be handled. Incoming communications start as such.
|
InProgress | 1 |
Indicates that the communicaiton is being processed and is locked for processing by other actors/participants
|
Completed | 2 |
Indicates that the communicaiton has completed processing. Outgoing communications usual are only in this state while Ingoing communications usualy ends up in this state
|
See Also