ILeaseStore Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the lease store container to deal with initialiation/cleanup of leases for particular monitoring collection and lease container prefix.
public interface ILeaseStore
type ILeaseStore = interface
Public Interface ILeaseStore
- Derived
Methods
AcquireInitializationLockAsync(TimeSpan) |
Places a lock on the lease store for initialization. Only one process may own the store for the lock time. |
IsInitializedAsync() |
Checks if the lease store is initialized. |
MarkInitializedAsync() |
Mark the store as initialized. |
ReleaseInitializationLockAsync() |
Releases the lock one the lease store for initialization. |
Applies to
Azure SDK for .NET