AsyncProcessingOperationTProcessingFailed Event |
Event fired on processing failure.
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic event EventHandler<FailedArgs<AsyncProcessingOperationArgs<T>>> ProcessingFailed
Public Event ProcessingFailed As EventHandler(Of FailedArgs(Of AsyncProcessingOperationArgs(Of T)))
public:
event EventHandler<FailedArgs<AsyncProcessingOperationArgs<T>^>^>^ ProcessingFailed {
void add (EventHandler<FailedArgs<AsyncProcessingOperationArgs<T>^>^>^ value);
void remove (EventHandler<FailedArgs<AsyncProcessingOperationArgs<T>^>^>^ value);
}
Value
Type:
SystemEventHandlerFailedArgsAsyncProcessingOperationArgsT
See Also