Click or drag to resize

IProgressChangedOnProgressChanged Method

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

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

Parameters

fileRequestData
Type: BlackBerry.Workspaces.CoreIFileRequestData

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

totalBytes
Type: SystemInt64

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

sentBytes
Type: SystemInt32

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

See Also