Click or drag to resize
TransferStates Class
Manage the state of a transfer
Inheritance Hierarchy
SystemObject
  DrawerBackup.Client.TransfersTransferStates

Namespace: DrawerBackup.Client.Transfers
Assembly: DrawerBackup.Client (in DrawerBackup.Client.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public class TransferStates

The TransferStates type exposes the following members.

Constructors
  NameDescription
Public methodTransferStates
Initializes a new instance of the TransferStates class
Top
Methods
  NameDescription
Public methodAll
All transfers states
Public methodAll(TransferState)
All transfers in the specified state
Public methodClear
Clear the the states
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodError
Set the transfer status to error
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFinished
Set the transfer status to finished
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInQueue
Set the transfer status to In queue
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodProcessing
Set the transfer status to processing
Public methodSetName
Set the name of a transfer
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also