C# Class RavenFS.Synchronization.DeleteWorkItem

Inheritance: SynchronizationWorkItem
Afficher le fichier Open project: hibernating-rhinos/RavenFS Class Usage Examples

Méthodes publiques

Méthode Description
DeleteWorkItem ( string fileName, string sourceServerUrl, TransactionalStorage storage ) : System
Equals ( DeleteWorkItem other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
PerformAsync ( string destination ) : Task
ToString ( ) : string

Method Details

DeleteWorkItem() public méthode

public DeleteWorkItem ( string fileName, string sourceServerUrl, TransactionalStorage storage ) : System
fileName string
sourceServerUrl string
storage RavenFS.Storage.TransactionalStorage
Résultat System

Equals() public méthode

public Equals ( DeleteWorkItem other ) : bool
other DeleteWorkItem
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

PerformAsync() public méthode

public PerformAsync ( string destination ) : Task
destination string
Résultat Task

ToString() public méthode

public ToString ( ) : string
Résultat string