Click or drag to resize
SendMmsMessageAsyncResult Constructor
Initializes a new instance of the SendMmsMessageAsyncResult 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 SendMmsMessageAsyncResult(
	string destination,
	MmsMessage message,
	bool closeConnectionOnCompletion = true,
	AsyncCallback asyncCallback = null,
	Object asyncState = null
)

Parameters

destination
Type: SystemString

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

message
Type: Eclo.NETMF.SIM800HMmsMessage

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

closeConnectionOnCompletion (Optional)
Type: SystemBoolean

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

asyncCallback (Optional)
Type: SystemAsyncCallback

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

asyncState (Optional)
Type: SystemObject

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

See Also