Share via


FabricClient.ClusterManagementClient.GetClusterManifestAsync Method

Definition

Overloads

GetClusterManifestAsync()

public System.Threading.Tasks.Task<string> GetClusterManifestAsync();
member this.GetClusterManifestAsync : unit -> System.Threading.Tasks.Task<string>
Public Function GetClusterManifestAsync () As Task(Of String)

Returns

System.Threading.Tasks.Task<System.String>

Applies to

GetClusterManifestAsync(TimeSpan, CancellationToken)

public System.Threading.Tasks.Task<string> GetClusterManifestAsync(TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.GetClusterManifestAsync : TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Function GetClusterManifestAsync (timeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of String)

Parameters

timeout
System.TimeSpan
cancellationToken
System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task<System.String>

Applies to

GetClusterManifestAsync(ClusterManifestQueryDescription, TimeSpan, CancellationToken)

public System.Threading.Tasks.Task<string> GetClusterManifestAsync(System.Fabric.Description.ClusterManifestQueryDescription queryDescription, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.GetClusterManifestAsync : System.Fabric.Description.ClusterManifestQueryDescription * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Function GetClusterManifestAsync (queryDescription As ClusterManifestQueryDescription, timeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of String)

Parameters

timeout
System.TimeSpan
cancellationToken
System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task<System.String>

Applies to