Subscribe

Subscribes to a server package. A subscription message is sent to the SAP Mobile Server and the application receives a subscription request result notification from the the SAP Mobile Server. If the subscription succeeds, the OnSubscribeSuccess method of the ICallbackHandler is invoked. If the subscription fails, the OnSubscribeFailure method of the ICallbackHandler is invoked.

Prerequisites for using Subscribe:

Syntax

public static void Subscribe()

Parameters

Returns

None.

Examples