Chameleon Plug-in API
FeedBack..::.UpdateArgs Constructor (message, sender, time, code)
NamespacesBKTech.Chameleon.PluginsFeedBack..::.UpdateArgsFeedBack..::.UpdateArgs(String, String, DateTime, FeedBack..::.ReturnCode)
Initializes a new instance of the UpdateArgs class.
Declaration Syntax
C#Visual BasicVisual C++
public UpdateArgs(
	string message,
	string sender,
	DateTime time,
	FeedBack..::.ReturnCode code
)
Public Sub New ( _
	message As String, _
	sender As String, _
	time As DateTime, _
	code As FeedBack..::.ReturnCode _
)
public:
UpdateArgs(
	String^ message, 
	String^ sender, 
	DateTime time, 
	FeedBack..::.ReturnCode code
)
Parameters
message (String)
sender (String)
time (DateTime)
code (FeedBack..::.ReturnCode)

Assembly: Chameleon_Plugin (Module: Chameleon_Plugin) Version: 2.0.2.16570 (2.0.2.0)