DeviceAsyncResult Class |
Namespace: Eclo.NETMF.SIM800H
public class DeviceAsyncResult : IAsyncResult
The DeviceAsyncResult type exposes the following members.
Name | Description | |
---|---|---|
DeviceAsyncResult |
Creates an AsyncResult
|
Name | Description | |
---|---|---|
AsyncState |
The state object stored against this AsyncResult
| |
AsyncWaitHandle |
The WaitHandle for this AsyncResult
| |
CompletedSynchronously |
Returns true if this AsyncResult has been completed synchronously
| |
IsCompleted |
Returns true if this AsyncResult has been completed
|
Name | Description | |
---|---|---|
End |
Finishes the asynchronous processing and throws an exception if one was generated
Remarks Blocks until the asynchronous processing has completed | |
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Process |
The method used to perform the asynchronous processing
| |
ToString | (Inherited from Object.) |