Click or drag to resize

ApiSessionSetNetworkBandwidthLimit Method

[Missing <summary> documentation for "M:BlackBerry.Workspaces.ApiSession.SetNetworkBandwidthLimit(System.Nullable{System.Int32},System.Nullable{System.Int32})"]

Namespace:  BlackBerry.Workspaces
Assembly:  WorkspacesSdkFramework (in WorkspacesSdkFramework.dll) Version: 0.0.0.0
Syntax
C#
public void SetNetworkBandwidthLimit(
	Nullable<int> download,
	Nullable<int> upload
)

Parameters

download
Type: SystemNullableInt32

[Missing <param name="download"/> documentation for "M:BlackBerry.Workspaces.ApiSession.SetNetworkBandwidthLimit(System.Nullable{System.Int32},System.Nullable{System.Int32})"]

upload
Type: SystemNullableInt32

[Missing <param name="upload"/> documentation for "M:BlackBerry.Workspaces.ApiSession.SetNetworkBandwidthLimit(System.Nullable{System.Int32},System.Nullable{System.Int32})"]

See Also