SendMmsMessageAsyncResult Class |
Namespace: Eclo.NETMF.SIM800H
public class SendMmsMessageAsyncResult : DeviceAsyncResult
The SendMmsMessageAsyncResult type exposes the following members.
Name | Description | |
---|---|---|
SendMmsMessageAsyncResult | Initializes a new instance of the SendMmsMessageAsyncResult class |
Name | Description | |
---|---|---|
AsyncState |
The state object stored against this AsyncResult
(Inherited from DeviceAsyncResult.) | |
AsyncWaitHandle |
The WaitHandle for this AsyncResult
(Inherited from DeviceAsyncResult.) | |
CompletedSynchronously |
Returns true if this AsyncResult has been completed synchronously
(Inherited from DeviceAsyncResult.) | |
ErrorCode |
Error code of the send request.
| |
IsCompleted |
Returns true if this AsyncResult has been completed
(Inherited from DeviceAsyncResult.) |
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
(Overrides DeviceAsyncResultProcess.) | |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
Result |
Result of the MMS send operation.
Remarks Result property is false if request couldn't be completed for any reason. See error code for details. |