Delegate PDFNet.APIDataOfflineProcDelegate
API usage data handler for offline consumption reporting.
A type of delegate that is called periodically to report API usage.
Assembly: PDFNet.dll
Syntax
public delegate void PDFNet.APIDataOfflineProcDelegate(string api_data_json, object user_data)
Parameters
| Type |
Name |
Description |
| string |
api_data_json |
A JSON string containing the API usage data.
|
| object |
user_data |
The custom data passed to SetAPIDataOfflineProc.
|
Constructors
APIDataOfflineProcDelegate(object, nint)
Declaration
public APIDataOfflineProcDelegate(object A_0, nint A_1)
Parameters
Exceptions
Methods
BeginInvoke(string, object, AsyncCallback, object)
Declaration
public IAsyncResult BeginInvoke(string api_data_json, object user_data, AsyncCallback callback, object obj)
Parameters
Returns
Exceptions
EndInvoke(IAsyncResult)
Declaration
public void EndInvoke(IAsyncResult result)
Parameters
Exceptions
Invoke(string, object)
Declaration
public void Invoke(string api_data_json, object user_data)
Parameters
Exceptions