Click or drag to resize
GDServiceSendingStartedHandler Delegate
This callback is invoked whenever the delivery of a service response/request file attachment via the BlackBerry Inter-Container Communication (ICC) system starts. The path of the file is passed as a parameter.

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

Parameters

targetApp
Type: SystemString
The BlackBerry Dynamics Entitlement identifier of the recipient of the file.
filename
Type: SystemString
The path in the secure store of the file that is now being sent.
requestId
Type: SystemString
The unique ID of the original service request, the request/response to which the file is attached.
Remarks

Invocation of this callback notifies the application that the ICC system has started transferring the data in the file to the ICC payload file.

The function that is invoked could display a sending status in its user interface. The sending status could be cleared on receipt of the GDServiceSendingFinishedHandler callback.

See Also

Reference