Method | Description | |
---|---|---|
AcquireLeaseAsync ( |
||
BlobLeaseManager ( |
||
BlobLeaseManager ( Microsoft.WindowsAzure.Storage.Blob.CloudBlobClient blobClient, string leaseContainerName, string leaseBlobName ) : System | ||
ReleaseLease ( string leaseId ) : void | ||
RenewLeaseAsync ( string leaseId, |
Method | Description | |
---|---|---|
CreateBlobAsync ( |
public AcquireLeaseAsync ( |
||
token | ||
return | Task |
public BlobLeaseManager ( |
||
settings | ||
return | System |
public BlobLeaseManager ( Microsoft.WindowsAzure.Storage.Blob.CloudBlobClient blobClient, string leaseContainerName, string leaseBlobName ) : System | ||
blobClient | Microsoft.WindowsAzure.Storage.Blob.CloudBlobClient | |
leaseContainerName | string | |
leaseBlobName | string | |
return | System |
public ReleaseLease ( string leaseId ) : void | ||
leaseId | string | |
return | void |
public RenewLeaseAsync ( string leaseId, |
||
leaseId | string | |
token | ||
return | Task |