Share via


FabricClient.PropertyManagementClient.GetPropertyAsync Method

Definition

Overloads

GetPropertyAsync(Uri, String)

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

Parameters

parentName
System.Uri
propertyName
System.String

Returns

System.Threading.Tasks.Task<NamedProperty>

Applies to

GetPropertyAsync(Uri, String, TimeSpan, CancellationToken)

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

Parameters

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

Returns

System.Threading.Tasks.Task<NamedProperty>

Applies to