C-DEngine 5.105

TheISMManager..::..RestartOrWipe Method

Restart or wipe this node.

Namespace:  nsCDEngine.ISM
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public void RestartOrWipe(
	bool ForceQuitt,
	bool doWipe,
	byte[] pToken,
	string pVer
)
Public Sub RestartOrWipe ( _
	ForceQuitt As Boolean, _
	doWipe As Boolean, _
	pToken As Byte(), _
	pVer As String _
)
public:
void RestartOrWipe(
	bool^ ForceQuitt, 
	bool^ doWipe, 
	array<unsigned char^>^ pToken, 
	String^ pVer
)

Parameters

ForceQuitt
Type: Boolean
True to force quitt and dont wait for open services or thigns.
doWipe
Type: Boolean
(Optional) True to do wipe.
pToken
Type: array<Byte>[]()[][]
(Optional) The current ProSe token.
pVer
Type: String
(Optional) The current ProSe Token version.

Remarks


Chris, 3/25/2020.