The AsyncSendOperation type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Cancel |
Cancels the sending operation.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Host |
Gets the host that performs this operation.
| |
| IsComplete |
Indicates if the operation is comleted.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Result |
Gets the result of this operation
| |
| ToString | (Inherited from Object.) | |
| WaitToComplete |
Blocks the current thread until the operation terminates or the amount of time specified by the timeOut parameter has elapsed.
|
Properties
| Name | Description | |
|---|---|---|
| SentMessage |
The HL7 message that needs to be sent.
|