Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
DoLeaseOperation ( |
public static AcquireLease ( this blob ) : string | ||
blob | this | |
return | string |
public static BreakLease ( this blob ) : void | ||
blob | this | |
return | void |
public static ReleaseLease ( this blob, string leaseId ) : void | ||
blob | this | |
leaseId | string | |
return | void |
public static RenewLease ( this blob, string leaseId ) : void | ||
blob | this | |
leaseId | string | |
return | void |
public static SetMetadata ( this blob, string leaseId ) : void | ||
blob | this | |
leaseId | string | |
return | void |
public static TryAcquireLease ( this blob ) : string | ||
blob | this | |
return | string |
public static TryRenewLease ( this blob, string leaseId ) : bool | ||
blob | this | |
leaseId | string | |
return | bool |
public static UploadText ( this blob, string text, string leaseId ) : void | ||
blob | this | |
text | string | |
leaseId | string | |
return | void |