ApplicationTaskOperationAssignTaskForProcessing Method

Definition

Namespace: MFiles.VAF.MultiserverMode
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
protected abstract Task AssignTaskForProcessing(
	AsyncProcessingOperationArgs<ApplicationTask> eventArgs
)

Parameters

eventArgs  AsyncProcessingOperationArgsApplicationTask
Event args that can be used inside the task assignment method.

Return Value

Task
System task that processes the operation.

See Also