MessageExecutorBaseTParameterExecuteAsync Method

Asynchronously executes with the argument provided.

Definition

Namespace: SecretNest.MessageBus
Assembly: SecretNest.MessageBus.DirectRelease (in SecretNest.MessageBus.DirectRelease.dll) Version: 1.0.0
C#
public abstract Task ExecuteAsync(
	TParameter argument,
	CancellationToken? cancellationToken = null
)

Parameters

argument  TParameter
Argument.
cancellationToken  NullableCancellationToken  (Optional)
The token to monitor for cancellation requests. The default value is .

Return Value

Task
A task that represents the asynchronous operation.

See Also