Click or drag to resize
OperationController Methods

The OperationController type exposes the following members.

Methods
  Name Description
Public method Allocate
Allocate the entry to the server database
Protected method BadRequest (Inherited from ApiController.)
Protected method BadRequest(String) (Inherited from ApiController.)
Protected method BadRequest(ModelStateDictionary) (Inherited from ApiController.)
Protected method Conflict (Inherited from ApiController.)
Protected method Content``1(HttpStatusCode, UMP) (Inherited from ApiController.)
Protected method Content``1(HttpStatusCode, UMP, MediaTypeFormatter) (Inherited from ApiController.)
Protected method Content``1(HttpStatusCode, UMP, MediaTypeFormatter, String) (Inherited from ApiController.)
Protected method Content``1(HttpStatusCode, UMP, MediaTypeFormatter, MediaTypeHeaderValue) (Inherited from ApiController.)
Protected method Created``1(String, UMP) (Inherited from ApiController.)
Protected method Created``1(Uri, UMP) (Inherited from ApiController.)
Protected method CreatedAtRoute``1(String, Object, UMP) (Inherited from ApiController.)
Protected method CreatedAtRoute``1(String, IDictionaryString, Object, UMP) (Inherited from ApiController.)
Public method Dispose (Inherited from ApiController.)
Protected method Dispose(Boolean) (Inherited from ApiController.)
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public method ExecuteAsync (Inherited from ApiController.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetLastEvent
Get the last event in of a operation
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method HasEntryWithChecksum
Check if a entry with a checksum exists in any backup
Protected method Initialize (Inherited from ApiController.)
Protected method InternalServerError (Inherited from ApiController.)
Protected method InternalServerError(Exception) (Inherited from ApiController.)
Protected method Json``1(UMP) (Inherited from ApiController.)
Protected method Json``1(UMP, JsonSerializerSettings) (Inherited from ApiController.)
Protected method Json``1(UMP, JsonSerializerSettings, Encoding) (Inherited from ApiController.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected method NotFound (Inherited from ApiController.)
Protected method Ok (Inherited from ApiController.)
Protected method Ok``1(UMP) (Inherited from ApiController.)
Public method Open
Open a operation to a job
Protected method Redirect(String) (Inherited from ApiController.)
Protected method Redirect(Uri) (Inherited from ApiController.)
Protected method RedirectToRoute(String, Object) (Inherited from ApiController.)
Protected method RedirectToRoute(String, IDictionaryString, Object) (Inherited from ApiController.)
Public method RegisterEvent
Register a event to a operation or a operation entry
Protected method ResponseMessage (Inherited from ApiController.)
Protected method StatusCode (Inherited from ApiController.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected method Unauthorized(AuthenticationHeaderValue) (Inherited from ApiController.)
Protected method Unauthorized(IEnumerableAuthenticationHeaderValue) (Inherited from ApiController.)
Public method UpdateFlags
Update the state of a operation
Public method UpdateProgress
Update the progress of a operation
Public method UpdateState
Update the state of a operation
Public method Validate``1(UMP) (Inherited from ApiController.)
Public method Validate``1(UMP, String) (Inherited from ApiController.)
Top
Extension Methods
See Also