FabricClient.PropertyManagementClient.NameExistsAsync Method
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.
Overloads
NameExistsAsync(Uri, TimeSpan, CancellationToken)
public System.Threading.Tasks.Task<bool> NameExistsAsync(Uri name, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.NameExistsAsync : Uri * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
Public Function NameExistsAsync (name As Uri, timeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of Boolean)
Parameters
- name
- System.Uri
- timeout
- System.TimeSpan
- cancellationToken
- System.Threading.CancellationToken
Returns
System.Threading.Tasks.Task<System.Boolean>
Applies to
NameExistsAsync(Uri)
public System.Threading.Tasks.Task<bool> NameExistsAsync(Uri name);
member this.NameExistsAsync : Uri -> System.Threading.Tasks.Task<bool>
Public Function NameExistsAsync (name As Uri) As Task(Of Boolean)
Parameters
- name
- System.Uri
Returns
System.Threading.Tasks.Task<System.Boolean>