Share via


FabricClient.QueryClient.GetDeployedReplicaListAsync Method

Definition

Overloads

GetDeployedReplicaListAsync(String, Uri, String, Nullable<Guid>, TimeSpan, CancellationToken)

public System.Threading.Tasks.Task<System.Fabric.Query.DeployedServiceReplicaList> GetDeployedReplicaListAsync(string nodeName, Uri applicationName, string serviceManifestNameFilter, Guid? partitionIdFilter, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.GetDeployedReplicaListAsync : string * Uri * string * Nullable<Guid> * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Query.DeployedServiceReplicaList>
Public Function GetDeployedReplicaListAsync (nodeName As String, applicationName As Uri, serviceManifestNameFilter As String, partitionIdFilter As Nullable(Of Guid), timeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of DeployedServiceReplicaList)

Parameters

nodeName
System.String
applicationName
System.Uri
serviceManifestNameFilter
System.String
partitionIdFilter
System.Nullable<System.Guid>
timeout
System.TimeSpan
cancellationToken
System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task<DeployedServiceReplicaList>

Applies to

GetDeployedReplicaListAsync(String, Uri, String, Nullable<Guid>)

public System.Threading.Tasks.Task<System.Fabric.Query.DeployedServiceReplicaList> GetDeployedReplicaListAsync(string nodeName, Uri applicationName, string serviceManifestNameFilter, Guid? partitionIdFilter);
member this.GetDeployedReplicaListAsync : string * Uri * string * Nullable<Guid> -> System.Threading.Tasks.Task<System.Fabric.Query.DeployedServiceReplicaList>
Public Function GetDeployedReplicaListAsync (nodeName As String, applicationName As Uri, serviceManifestNameFilter As String, partitionIdFilter As Nullable(Of Guid)) As Task(Of DeployedServiceReplicaList)

Parameters

nodeName
System.String
applicationName
System.Uri
serviceManifestNameFilter
System.String
partitionIdFilter
System.Nullable<System.Guid>

Returns

System.Threading.Tasks.Task<DeployedServiceReplicaList>

Applies to

GetDeployedReplicaListAsync(String, Uri)

public System.Threading.Tasks.Task<System.Fabric.Query.DeployedServiceReplicaList> GetDeployedReplicaListAsync(string nodeName, Uri applicationName);
member this.GetDeployedReplicaListAsync : string * Uri -> System.Threading.Tasks.Task<System.Fabric.Query.DeployedServiceReplicaList>
Public Function GetDeployedReplicaListAsync (nodeName As String, applicationName As Uri) As Task(Of DeployedServiceReplicaList)

Parameters

nodeName
System.String
applicationName
System.Uri

Returns

System.Threading.Tasks.Task<DeployedServiceReplicaList>

Applies to

GetDeployedReplicaListAsync(String, Uri, Nullable<Guid>)

public System.Threading.Tasks.Task<System.Fabric.Query.DeployedServiceReplicaList> GetDeployedReplicaListAsync(string nodeName, Uri applicationName, Guid? partitionIdFilter);
member this.GetDeployedReplicaListAsync : string * Uri * Nullable<Guid> -> System.Threading.Tasks.Task<System.Fabric.Query.DeployedServiceReplicaList>
Public Function GetDeployedReplicaListAsync (nodeName As String, applicationName As Uri, partitionIdFilter As Nullable(Of Guid)) As Task(Of DeployedServiceReplicaList)

Parameters

nodeName
System.String
applicationName
System.Uri
partitionIdFilter
System.Nullable<System.Guid>

Returns

System.Threading.Tasks.Task<DeployedServiceReplicaList>

Applies to