Delegate CoreListener.OnLogCollectionUploadProgressIndicationDelegate
Gets the LinphoneCoreCbsLogCollectionUploadProgressIndicationCb callback.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnLogCollectionUploadProgressIndicationDelegate(Core core, long offset, long total);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | |
| System.Int64 | offset | |
| System.Int64 | total |