Click or drag to resize
DeviceAsyncResult Class
An asynchronous result object
Inheritance Hierarchy
SystemObject
  Eclo.NETMF.SIM800HDeviceAsyncResult
    More...

Namespace: Eclo.NETMF.SIM800H
Assembly: Eclo.NETMF.SIM800H (in Eclo.NETMF.SIM800H.dll) Version: 1.1.97.0 (1.1.97.0)
Syntax
C#
public class DeviceAsyncResult : IAsyncResult

The DeviceAsyncResult type exposes the following members.

Constructors
  NameDescription
Public methodDeviceAsyncResult
Creates an AsyncResult
Top
Properties
  NameDescription
Public propertyAsyncState
The state object stored against this AsyncResult
Public propertyAsyncWaitHandle
The WaitHandle for this AsyncResult
Public propertyCompletedSynchronously
Returns true if this AsyncResult has been completed synchronously
Public propertyIsCompleted
Returns true if this AsyncResult has been completed
Top
Methods
  NameDescription
Public methodEnd
Finishes the asynchronous processing and throws an exception if one was generated
Remarks
Blocks until the asynchronous processing has completed
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodProcess
The method used to perform the asynchronous processing
Public methodToString (Inherited from Object.)
Top
See Also
Inheritance Hierarchy