次の方法で共有


IEntityExistsOperations.ExistsAsync Method

Definition

Asynchronously checks if an entity exists or not.

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

Returns

A value indicating whether the entity exists or not.

Applies to