Share via


ServiceContext.NodeContext Property

Definition

Gets the node context with information about the node where the service replica is instantiated.

public System.Fabric.NodeContext NodeContext { get; }
member this.NodeContext : System.Fabric.NodeContext
Public ReadOnly Property NodeContext As NodeContext

Property Value

The node context for the node where the service replica or instance is instantiated.

Applies to