C# 클래스 smarx.WazStorageExtensions.LeaseBlobExtensions

파일 보기 프로젝트 열기: bluedot/WazStorageExtensions

공개 메소드들

메소드 설명
AcquireLease ( this blob ) : string
BreakLease ( this blob ) : void
ReleaseLease ( this blob, string leaseId ) : void
RenewLease ( this blob, string leaseId ) : void
SetMetadata ( this blob, string leaseId ) : void
TryAcquireLease ( this blob ) : string
TryRenewLease ( this blob, string leaseId ) : bool
UploadText ( this blob, string text, string leaseId ) : void

비공개 메소드들

메소드 설명
DoLeaseOperation ( CloudBlob blob, string leaseId, LeaseAction action ) : void

메소드 상세

AcquireLease() 공개 정적인 메소드

public static AcquireLease ( this blob ) : string
blob this
리턴 string

BreakLease() 공개 정적인 메소드

public static BreakLease ( this blob ) : void
blob this
리턴 void

ReleaseLease() 공개 정적인 메소드

public static ReleaseLease ( this blob, string leaseId ) : void
blob this
leaseId string
리턴 void

RenewLease() 공개 정적인 메소드

public static RenewLease ( this blob, string leaseId ) : void
blob this
leaseId string
리턴 void

SetMetadata() 공개 정적인 메소드

public static SetMetadata ( this blob, string leaseId ) : void
blob this
leaseId string
리턴 void

TryAcquireLease() 공개 정적인 메소드

public static TryAcquireLease ( this blob ) : string
blob this
리턴 string

TryRenewLease() 공개 정적인 메소드

public static TryRenewLease ( this blob, string leaseId ) : bool
blob this
leaseId string
리턴 bool

UploadText() 공개 정적인 메소드

public static UploadText ( this blob, string text, string leaseId ) : void
blob this
text string
leaseId string
리턴 void