TheQueuedSenderRegistry..::..UnregisterCloudEvents Method
Unregister the cloud events
Namespace:
nsCDEngine.CommunicationAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public static void UnregisterCloudEvents( Action<ICDEThing, TheChannelInfo> psinkCloudUp, Action<ICDEThing, TheChannelInfo> psinkCloudDown )
Public Shared Sub UnregisterCloudEvents ( _ psinkCloudUp As Action(Of ICDEThing, TheChannelInfo), _ psinkCloudDown As Action(Of ICDEThing, TheChannelInfo) _ )
public: static void UnregisterCloudEvents( Action<ICDEThing^, TheChannelInfo^>^ psinkCloudUp, Action<ICDEThing^, TheChannelInfo^>^ psinkCloudDown )
Parameters
- psinkCloudUp
- Type: Action<(Of <(<'ICDEThing, TheChannelInfo>)>)>
UP event
- psinkCloudDown
- Type: Action<(Of <(<'ICDEThing, TheChannelInfo>)>)>
Down Event