ILeaseManager.CreateLeaseStoreIfNotExistsAsync Method

Definition

Create the lease store if it does not exist, do nothing if it does exist.

public System.Threading.Tasks.Task<bool> CreateLeaseStoreIfNotExistsAsync ();
abstract member CreateLeaseStoreIfNotExistsAsync : unit -> System.Threading.Tasks.Task<bool>
Public Function CreateLeaseStoreIfNotExistsAsync () As Task(Of Boolean)

Returns

true if the lease store already exists or was created successfully, false if not

Applies to