Process(Guid, ProcessTypes, String, Guid, String) Constructor

Initializes a new instance of the Process class

Definition

Namespace: Centralpoint.Web
Assembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public Process(
	Guid key,
	ProcessTypes type,
	string message,
	Guid webSiteId,
	string userName
)

Parameters

key  Guid
 
type  ProcessTypes
 
message  String
 
webSiteId  Guid
 
userName  String
 

See Also