Show / Hide Table of Contents

Delegate PDFNet.APIDataOfflineProcDelegate

API usage data handler for offline consumption reporting. A type of delegate that is called periodically to report API usage.

Namespace: pdftron
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
Type Name Description
object A_0
nint A_1
Exceptions
Type Condition
PDFNetException

PDFNetException the PDFNet exception

Methods

BeginInvoke(string, object, AsyncCallback, object)

Declaration
public IAsyncResult BeginInvoke(string api_data_json, object user_data, AsyncCallback callback, object obj)
Parameters
Type Name Description
string api_data_json
object user_data
AsyncCallback callback
object obj
Returns
Type Description
IAsyncResult
Exceptions
Type Condition
PDFNetException

PDFNetException the PDFNet exception

EndInvoke(IAsyncResult)

Declaration
public void EndInvoke(IAsyncResult result)
Parameters
Type Name Description
IAsyncResult result
Exceptions
Type Condition
PDFNetException

PDFNetException the PDFNet exception

Invoke(string, object)

Declaration
public void Invoke(string api_data_json, object user_data)
Parameters
Type Name Description
string api_data_json
object user_data
Exceptions
Type Condition
PDFNetException

PDFNetException the PDFNet exception

In this article
Back to top Generated by DocFX