SuspendSubscription

Sends a suspend request to the Unwired Server to notify the server to stop delivering data changes. A suspend subscription message is sent to the Unwired Server and the application receives a suspend subscription request result notification from the Unwired Server as a notification. If the suspend succeeds, the OnSuspendSubscriptionSuccess method of the ICallbackHandler is invoked. If the suspend fails, the OnSuspendSubscriptionFailure method of the ICallbackHandler is invoked.

Syntax

public static void SuspendScription()

Parameters

Returns

None.

Examples