Notify Method

KB01 Engine

KB01_Engine

Kernel..::..Notify Method

Notifies the specified state.

Namespace:  
Assembly:  KB01_Engine (in KB01_Engine.dll)

Syntax


public void Notify(
	byte[] state
)
Public Sub Notify ( _
	state As byte() _
)
public:
void Notify(
	array<byte>^ state
)

Parameters

state
Type: array<byte>[]()[][]
The state.

See Also