Click or drag to resize

OperationAsyncCallbackString Delegate

A delegate for the method that will be executed at the end of the asynchronous call. It has two arguments.

Namespace:  LinkarClient
Assemblies:   LinkarClientCore (in LinkarClientCore.dll) Version: 2.1.0.0
  LinkarClientMono (in LinkarClientMono.dll) Version: 2.1.0.0 (2.1.0.0)
  LinkarClient (in LinkarClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public delegate void OperationAsyncCallbackString(
	string strData,
	Exception ex
)

Parameters

strData
Type: SystemString
A string (LkString) with the result of the asynchronous operation.
ex
Type: SystemException
An object of type Exception with the content of the error produced. If there is no error, this argument will be null.
See Also