ReceiverOptions.EnableReceiverRuntimeMetric Property

Definition

Gets or sets a value indicating whether the runtime metric of a receiver is enabled.

public bool? EnableReceiverRuntimeMetric { get; set; }
member this.EnableReceiverRuntimeMetric : Nullable<bool> with get, set
Public Property EnableReceiverRuntimeMetric As Nullable(Of Boolean)

Property Value

true if a client wants to access ReceiverRuntimeInfo using EventHubReceiver.

Applies to