Click or drag to resize

DownloadManagerOnProgressChanged Method

[Missing <summary> documentation for "M:BlackBerry.Workspaces.DownloadManager.OnProgressChanged(BlackBerry.Workspaces.Core.IFileRequestData,System.Int64,System.Int32)"]

Namespace:  BlackBerry.Workspaces
Assembly:  WorkspacesSdkFramework (in WorkspacesSdkFramework.dll) Version: 0.0.0.0
Syntax
C#
public void OnProgressChanged(
	IFileRequestData fileRequestData,
	long totalBytes,
	int sentBytes
)

Parameters

fileRequestData
Type: BlackBerry.Workspaces.CoreIFileRequestData

[Missing <param name="fileRequestData"/> documentation for "M:BlackBerry.Workspaces.DownloadManager.OnProgressChanged(BlackBerry.Workspaces.Core.IFileRequestData,System.Int64,System.Int32)"]

totalBytes
Type: SystemInt64

[Missing <param name="totalBytes"/> documentation for "M:BlackBerry.Workspaces.DownloadManager.OnProgressChanged(BlackBerry.Workspaces.Core.IFileRequestData,System.Int64,System.Int32)"]

sentBytes
Type: SystemInt32

[Missing <param name="sentBytes"/> documentation for "M:BlackBerry.Workspaces.DownloadManager.OnProgressChanged(BlackBerry.Workspaces.Core.IFileRequestData,System.Int64,System.Int32)"]

Implements

IProgressChangedOnProgressChanged(IFileRequestData, Int64, Int32)
See Also