Click or drag to resize
ListTextMessagesAsyncResult Constructor
Initializes a new instance of the ListTextMessagesAsyncResult 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 ListTextMessagesAsyncResult(
	MessageState state,
	AsyncCallback asyncCallback = null,
	Object asyncState = null
)

Parameters

state
Type: Eclo.NETMF.SIM800HMessageState

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

asyncCallback (Optional)
Type: SystemAsyncCallback

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

asyncState (Optional)
Type: SystemObject

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

See Also