FabricClient.QueryClient.GetNodeLoadInformationAsync 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
GetNodeLoadInformationAsync(String) | |
GetNodeLoadInformationAsync(String, TimeSpan, CancellationToken) |
GetNodeLoadInformationAsync(String)
public System.Threading.Tasks.Task<System.Fabric.Query.NodeLoadInformation> GetNodeLoadInformationAsync(string nodeName);
member this.GetNodeLoadInformationAsync : string -> System.Threading.Tasks.Task<System.Fabric.Query.NodeLoadInformation>
Public Function GetNodeLoadInformationAsync (nodeName As String) As Task(Of NodeLoadInformation)
Parameters
- nodeName
- System.String
Returns
System.Threading.Tasks.Task<NodeLoadInformation>
Applies to
GetNodeLoadInformationAsync(String, TimeSpan, CancellationToken)
public System.Threading.Tasks.Task<System.Fabric.Query.NodeLoadInformation> GetNodeLoadInformationAsync(string nodeName, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.GetNodeLoadInformationAsync : string * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Query.NodeLoadInformation>
Public Function GetNodeLoadInformationAsync (nodeName As String, timeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of NodeLoadInformation)
Parameters
- nodeName
- System.String
- timeout
- System.TimeSpan
- cancellationToken
- System.Threading.CancellationToken
Returns
System.Threading.Tasks.Task<NodeLoadInformation>