TypeMsg(Int64, String, String) Constructor

Initializes a new instance of the TypeMsg class

Definition

Namespace: MbcsCentral.WinPM
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public TypeMsg(
	long clientId,
	string Type,
	string Message
)

Parameters

clientId  Int64
 
Type  String
 
Message  String
 

See Also