AzureBlobLeaseProvider
class
Namespace: Orleans.LeaseProviders
Provides distributed leases using Azure Blob Storage leases.
public class AzureBlobLeaseProvider : ILeaseProviderConstructors
AzureBlobLeaseProvider(IOptions<AzureBlobLeaseProviderOptions>)Initializes a new instance of theAzureBlobLeaseProviderclass.
Methods
Acquire(string, LeaseRequest[])Batch acquire leases operationCreate(IServiceProvider, string)Creates an Azure Blob lease provider using the named options from the service provider.Release(string, AcquiredLease[])Batch release lease operationRenew(string, AcquiredLease[])Batch renew lease operation
