Share via


FabricRuntime.GetNodeContextAsync(TimeSpan, CancellationToken) Method

Definition

public static System.Threading.Tasks.Task<System.Fabric.NodeContext> GetNodeContextAsync(TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
static member GetNodeContextAsync : TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.NodeContext>
Public Shared Function GetNodeContextAsync (timeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of NodeContext)

Parameters

timeout
System.TimeSpan
cancellationToken
System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task<NodeContext>

Applies to