Share via


FabricClient.PropertyManagementClient.DeletePropertyAsync Method

Definition

Overloads

DeletePropertyAsync(Uri, String)

public System.Threading.Tasks.Task DeletePropertyAsync(Uri parentName, string propertyName);
member this.DeletePropertyAsync : Uri * string -> System.Threading.Tasks.Task
Public Function DeletePropertyAsync (parentName As Uri, propertyName As String) As Task

Parameters

parentName
System.Uri
propertyName
System.String

Returns

System.Threading.Tasks.Task

Applies to

DeletePropertyAsync(Uri, String, TimeSpan, CancellationToken)

public System.Threading.Tasks.Task DeletePropertyAsync(Uri parentName, string propertyName, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.DeletePropertyAsync : Uri * string * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function DeletePropertyAsync (parentName As Uri, propertyName As String, timeout As TimeSpan, cancellationToken As CancellationToken) As Task

Parameters

parentName
System.Uri
propertyName
System.String
timeout
System.TimeSpan
cancellationToken
System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task

Applies to