BackgroundOperationManagerGetBackgroundOperations Method |
Returns all created background operations, that have not been cancelled and finished.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic IEnumerable<BackgroundOperation> GetBackgroundOperations()
Public Function GetBackgroundOperations As IEnumerable(Of BackgroundOperation)
public:
IEnumerable<BackgroundOperation^>^ GetBackgroundOperations()
Return Value
Type:
IEnumerableBackgroundOperationIEnumerableT
See Also