C-DEngine 5.105

TheQueuedSenderRegistry..::..RegisterCloudEvents Method

Register Events to determine if a cloud node is up or down

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

Syntax


public static void RegisterCloudEvents(
	Action<ICDEThing, TheChannelInfo> psinkCloudUp,
	Action<ICDEThing, TheChannelInfo> psinkCloudDown
)
Public Shared Sub RegisterCloudEvents ( _
	psinkCloudUp As Action(Of ICDEThing, TheChannelInfo), _
	psinkCloudDown As Action(Of ICDEThing, TheChannelInfo) _
)
public:
static void RegisterCloudEvents(
	Action<ICDEThing^, TheChannelInfo^>^ psinkCloudUp, 
	Action<ICDEThing^, TheChannelInfo^>^ psinkCloudDown
)

Parameters

psinkCloudUp
Type: Action<(Of <(<'ICDEThing, TheChannelInfo>)>)>
Will be called if the Cloud is up
psinkCloudDown
Type: Action<(Of <(<'ICDEThing, TheChannelInfo>)>)>
Will be called if the cloud is down