Share via


IDomain.ExistsAsync Method

Definition

Asynchronously checks if the domain is available 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

True if the domain exists, false otherwise.

Implements

Applies to