C# Class RavenFS.Synchronization.RenameWorkItem

Inheritance: SynchronizationWorkItem
显示文件 Open project: hibernating-rhinos/RavenFS Class Usage Examples

Public Methods

Method Description
Equals ( RenameWorkItem other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
PerformAsync ( string destination ) : Task
RenameWorkItem ( string name, string rename, string sourceServerUrl, TransactionalStorage storage ) : System
ToString ( ) : string

Method Details

Equals() public method

public Equals ( RenameWorkItem other ) : bool
other RenameWorkItem
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

PerformAsync() public method

public PerformAsync ( string destination ) : Task
destination string
return Task

RenameWorkItem() public method

public RenameWorkItem ( string name, string rename, string sourceServerUrl, TransactionalStorage storage ) : System
name string
rename string
sourceServerUrl string
storage RavenFS.Storage.TransactionalStorage
return System

ToString() public method

public ToString ( ) : string
return string