C-DEngine 5.105

TSM..::..SetUnsubscribeAfterPublish Method

If Set to True, the subscription will be removed after publication This allows for Blitz Subscription and one-time-only subscriptions Once original sender has received the publication, it sends out a global CDE-UNSUBSCRIBE to the message Topic

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

Syntax


public void SetUnsubscribeAfterPublish(
	bool how
)
Public Sub SetUnsubscribeAfterPublish ( _
	how As Boolean _
)
public:
void SetUnsubscribeAfterPublish(
	bool^ how
)

Parameters

how
Type: Boolean