Click or drag to resize
GDServiceSendingPayloadStartedHandler Delegate
This callback is invoked whenever transfer of BlackBerry Inter-Container Communication (ICC) payload file to service consumer/provider starts.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public delegate void GDServiceSendingPayloadStartedHandler(
	string targetApp,
	string requestId
)

Parameters

targetApp
Type: SystemString
BlackBerry Dynamics Entitlement identifier of the application to which the service response/request was sent.
requestId
Type: SystemString
The unique ID of the service request/response to which the sending has completed.
Remarks
ICC payload file contains all data transferred to the service consumer/provider, including attachments.
See Also

Reference