C-DEngine 5.105

TheQueuedSenderRegistry..::..UnregisterHealthTimer Method

This function unregisters a previously registered callback.

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

Syntax


public static void UnregisterHealthTimer(
	Action<long> eventHealthTimer
)
Public Shared Sub UnregisterHealthTimer ( _
	eventHealthTimer As Action(Of Long) _
)
public:
static void UnregisterHealthTimer(
	Action<long long^>^ eventHealthTimer
)

Parameters

eventHealthTimer
Type: Action<(Of <(<'Int64>)>)>