AsyncProcessingOperationArgsT Constructor

Self initializing constructor.

Definition

Namespace: MFiles.VAF.MultiserverMode
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public AsyncProcessingOperationArgs(
	AsyncProcessingOperation<T> asyncOperation
)

Parameters

asyncOperation  AsyncProcessingOperationT
Reference to the async operation.

See Also