C# 클래스 RavenFS.Synchronization.MetadataUpdateWorkItem

상속: SynchronizationWorkItem
파일 보기 프로젝트 열기: hibernating-rhinos/RavenFS 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Equals() 공개 메소드

public Equals ( MetadataUpdateWorkItem other ) : bool
other MetadataUpdateWorkItem
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

MetadataUpdateWorkItem() 공개 메소드

public MetadataUpdateWorkItem ( string fileName, string sourceServerUrl, NameValueCollection destinationMetadata, TransactionalStorage storage ) : System
fileName string
sourceServerUrl string
destinationMetadata System.Collections.Specialized.NameValueCollection
storage RavenFS.Storage.TransactionalStorage
리턴 System

PerformAsync() 공개 메소드

public PerformAsync ( string destination ) : Task
destination string
리턴 Task

ToString() 공개 메소드

public ToString ( ) : string
리턴 string