C-DEngine 5.105

TheBaseApplication..::..IsCloudAllowedToPushBack Method

Virtual function that determines if a plugin has the rights to push back to a relay server from the cloud

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

Syntax


public virtual bool IsCloudAllowedToPushBack(
	TSM pMessage
)
Public Overridable Function IsCloudAllowedToPushBack ( _
	pMessage As TSM _
) As Boolean
public:
virtual bool^ IsCloudAllowedToPushBack(
	TSM^ pMessage
)

Parameters

pMessage
Type: nsCDEngine.BaseClasses..::..TSM
Message to be inspected

Return Value

True if the cloud can pushback, False prevents cloud from pushing back