Click or drag to resize

LocalFileUploadProgressHandler Property

The delegation of the upload progress handler

Namespace:  WebexSDK
Assembly:  WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public Action<WebexApiEventArgs<int>> UploadProgressHandler { get; set; }

Property Value

Type: ActionWebexApiEventArgsInt32
Remarks
Since: 0.1.0
See Also