FileOperationPerformOperations Method
Executes all the queued operations.
Namespace: DevCase.Core.IO.FileSystemAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Public Function PerformOperations As HResult
Dim instance As FileOperation
Dim returnValue As HResult
returnValue = instance.PerformOperations()
public:
HResult PerformOperations()
member PerformOperations : unit -> HResult
No code example is currently available or this language may not be supported.
Return Value
HResult
If this method succeeds, it returns
S_OK.
Otherwise, it returns an
HResult error code.
Note that if the operation was canceled by the user, this method can still return a success code.
Use the
IsOperationAborted function to determine if this was the case.