FabricClient.ClusterManagementClient.GetClusterManifestAsync 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
GetClusterManifestAsync() | |
GetClusterManifestAsync(TimeSpan, CancellationToken) | |
GetClusterManifestAsync(ClusterManifestQueryDescription, TimeSpan, CancellationToken) |
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
- queryDescription
- ClusterManifestQueryDescription
- timeout
- System.TimeSpan
- cancellationToken
- System.Threading.CancellationToken
Returns
System.Threading.Tasks.Task<System.String>