UAOOI.ProcessObserver.RealTime.Processes Namespace
UAOOI.ProcessObserver.RealTime.Utils.Collections.Generic Namespace
UAOOI.ProcessObserver.RealTime

Assertion..::..Assert Method (Boolean, Int16, String)

Asserts the specified assertion.

Namespace:  UAOOI.ProcessObserver.RealTime.Processes
Assembly:  RealTime (in RealTime.dll)

Syntax


public void Assert(
	bool assertion,
	short category,
	string CustomMeassage
)
Public Sub Assert ( _
	assertion As Boolean, _
	category As Short, _
	CustomMeassage As String _
)
public:
void Assert(
	bool^ assertion, 
	short^ category, 
	String^ CustomMeassage
)

Parameters

assertion
Type: Boolean
the condition
category
Type: Int16
The category.
CustomMeassage
Type: String
The message.