C# Class RavenFS.Synchronization.MetadataUpdateWorkItem

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

Méthodes publiques

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

Method Details

Equals() public méthode

public Equals ( MetadataUpdateWorkItem other ) : bool
other MetadataUpdateWorkItem
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

MetadataUpdateWorkItem() public méthode

public MetadataUpdateWorkItem ( string fileName, string sourceServerUrl, NameValueCollection destinationMetadata, TransactionalStorage storage ) : System
fileName string
sourceServerUrl string
destinationMetadata System.Collections.Specialized.NameValueCollection
storage RavenFS.Storage.TransactionalStorage
Résultat System

PerformAsync() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string