SimpleStatus(Boolean, String) Constructor

Initializes a new instance of the SimpleStatus class

Definition

Namespace: HyperX.Types
Assembly: HyperX.Types (in HyperX.Types.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public SimpleStatus(
	bool success,
	string message
)

Parameters

success  Boolean
 
message  String
 

See Also