OperationResult Class |
Namespace: ITHit.FileSystem
The OperationResult type exposes the following members.
Name | Description | |
---|---|---|
![]() | History |
List of operation results that happened duting this operation.
|
![]() | IsSuccess |
Returns true if operation completed succesefully. False - if failed.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | Count |
Number of items affected during this operation.
|
![]() | Exception | |
![]() | FilteredBy | |
![]() | Message |
Operation message. This can be either desction of completed operation or error description.
|
![]() | ShadowFilePath | |
![]() | Status |
Operation result status.
|