A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://nlog-project.org/documentation/v4.7.0/html/T_NLog_Common_AsyncContinuation.htm below:

AsyncContinuation Delegate

Asynchronous continuation delegate - function invoked at the end of asynchronous processing.

Namespace:  NLog.Common
Assembly:

NLog (in NLog.dll) Version: 4.7.0+4d138800820311d0b60b6437f1dd2ed1d571d47d

Syntax
public delegate void AsyncContinuation(
	Exception exception
)
Public Delegate Sub AsyncContinuation ( 
	exception As Exception
)

Dim instance As New AsyncContinuation(AddressOf HandlerMethod)
type AsyncContinuation = 
    delegate of 
        exception : Exception -> unit
Parameters
exception
Type: SystemException
Exception during asynchronous processing or null if no exception was thrown.
See Also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4