Click or drag to resize

ServiceResponse(String, String) Constructor

Initializes a new instance of the ServiceResponse class.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.181-beta
Syntax
public ServiceResponse(
	string type,
	string message
)
View Source

Parameters

type  String
Type of the ServiceResponse in plain-text.
message  String
Message associated with the ServiceResponse.
See Also