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

Parameters

destinationNumber
Type: SystemString

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

message
Type: SystemString

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

asyncCallback (Optional)
Type: SystemAsyncCallback

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

asyncState (Optional)
Type: SystemObject

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

See Also