AsyncProcessingOperationTOnProcessingStarted Method |
Processing started event invocation.
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic virtual void OnProcessingStarted(
AsyncProcessingOperationArgs<T> eventArgs
)
Public Overridable Sub OnProcessingStarted (
eventArgs As AsyncProcessingOperationArgs(Of T)
)
public:
virtual void OnProcessingStarted(
AsyncProcessingOperationArgs<T>^ eventArgs
)
Parameters
- eventArgs
- Type: MFiles.VAF.MultiserverModeAsyncProcessingOperationArgsT
Event arguments for this on started event.
See Also