OperationManager Class
Represents an auxiliary class used to initializes value managers.
Namespace:
Xafari.ManagedOperations
Assembly: Xafari.ManagedOperations (in Xafari.ManagedOperations.dll)
- c#
- VB
public class OperationManager : IOperationManager, IDisposable, IObjectSpaceHolder
Public Class OperationManager
Implements IDisposable, IObjectSpaceHolder, IOperationManager
End Class
Name | Description | |
---|---|---|
![]() |
OperationManager(IObjectSpace) | |
![]() |
OperationManager(IObjectSpace, object) | Initializes a new instance of the OperationManager class with specific OperationStorage Id. |
Name | Description | |
---|---|---|
![]() |
CurrentStep | ManagedOperation's current step. |
![]() |
IsDisposed | Gets a value indicating whether the OperationManager has been disposed of. |
![]() |
ObjectSpace | OperationManager's objectspace. |
![]() |
OperationStatus | Storage status. |
![]() |
OperationStorageId | Gets storage Id. |
![]() |
Storage | |
![]() |
TotalStep | Number of managed operation's steps. |
![]() |
UserFullName | Gets or sets user's full name. |
![]() |
UserName |
Name | Description | |
---|---|---|
![]() |
AddChildProcess(object, Nullable<Int32>) | Add subprocess to ManagedOperation's storage. |
![]() |
CalculateProgress(ManagedOperationItem, ManagedOperationStatus) | Calculate progress of managed operation. |
![]() |
Cancel() | Cancel managed operation. |
![]() |
Cancel(ManagedOperationStatus) | Cancel managed operation. |
![]() |
Cancel(string, ManagedOperationStatus) | Cancel managed operation. |
![]() |
Complete(bool, bool) | Set managed operation completed. |
![]() |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
![]() ![]() |
GetConversionMessage(ManagedOperationStatus, ManagedOperationStatus, string, ManagedOperationItem) | Get localized message about managed operation's status. |
![]() |
LogInfo(int, bool) | Write information about managed operation processing into log storage. |
![]() |
Resume() | Resume managed operation. |
![]() ![]() |
SetManagedOperationsTimeExpired(IObjectSpace, int) | Stop time expired opearations and return their count. |
![]() |
Start() | Start managed operation. |
![]() |
Suspend() | Suspend managed operation. |
Name | Description | |
---|---|---|
![]() |
GetListValueByTerm<TDetails>(this object, string) | Obsolete. (Defined by TypeExtensions). |
![]() |
GetValueByTerm<TValue>(this object, string) | Obsolete. (Defined by TypeExtensions). |
![]() |
IsFinalized(this IOperationManager) | Gets a value indicating whether the ManagedOperation has been finalized of. (Defined by IOperationManagerHelper). |
![]() |
Session(this object, bool) | Obsolete. Returns Session for specified object. (Defined by SessionExtensions). |
![]() |
SetValueByTerm<TValue>(this object, string, TValue) | Obsolete. (Defined by TypeExtensions). |
Name | Description | |
---|---|---|
![]() |
LogWriteDelay |
Windows Phone 8.1, Windows Phone 8, Windows 8.1, Windows Server 2012 R2, Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.