Click or drag to resize

ReceivedAppSyncMessageEventArgs Constructor

Initializes a new instance of the ReceivedAppSyncMessageEventArgs class.

Namespace: WinWrap.Basic.Server.Classic
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
public ReceivedAppSyncMessageEventArgs(
	string data,
	int id
)

Parameters

data  String
Value for Param.
id  Int32
Value for Id.
Remarks
Construct a new instance.
See Also