Click or drag to resize
PowerOnAsyncResult Constructor
Initializes a new instance of the PowerOnAsyncResult class

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 PowerOnAsyncResult(
	AsyncCallback asyncCallback = null,
	Object asyncState = null
)

Parameters

asyncCallback (Optional)
Type: SystemAsyncCallback

[Missing <param name="asyncCallback"/> documentation for "M:Eclo.NETMF.SIM800H.PowerOnAsyncResult.#ctor(System.AsyncCallback,System.Object)"]

asyncState (Optional)
Type: SystemObject

[Missing <param name="asyncState"/> documentation for "M:Eclo.NETMF.SIM800H.PowerOnAsyncResult.#ctor(System.AsyncCallback,System.Object)"]

See Also