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/M_NLog_Common_AsyncHelpers_PrecededBy.htm below:

AsyncHelpersPrecededBy Method

Modifies the continuation by pre-pending given action to execute just before it.

Namespace:  NLog.Common
Assembly:

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

Syntax
public static AsyncContinuation PrecededBy(
	AsyncContinuation asyncContinuation,
	AsynchronousAction action
)
Public Shared Function PrecededBy ( 
	asyncContinuation As AsyncContinuation,
	action As AsynchronousAction
) As AsyncContinuation

Dim asyncContinuation As AsyncContinuation
Dim action As AsynchronousAction
Dim returnValue As AsyncContinuation

returnValue = AsyncHelpers.PrecededBy(asyncContinuation, 
	action)
static member PrecededBy : 
        asyncContinuation : AsyncContinuation * 
        action : AsynchronousAction -> AsyncContinuation 
Parameters
asyncContinuation
Type: NLog.CommonAsyncContinuation
The async continuation.
action
Type: NLog.CommonAsynchronousAction
The action to pre-pend.
Return Value

Type:

AsyncContinuation

Continuation which will execute the given action before forwarding to the actual continuation.

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