ResourceMonitoringOptions.PublishingWindow Propiedad

Definición

Precaución

This API is obsolete and will be removed in a future version. Consider using Resource Monitoring observable instruments.

Obtiene o establece la ventana de observación utilizada para calcular las ResourceUtilization instancias insertadas en publicadores.

public:
 property TimeSpan PublishingWindow { TimeSpan get(); void set(TimeSpan value); };
[System.Obsolete("This API is obsolete and will be removed in a future version. Consider using Resource Monitoring observable instruments.", DiagnosticId="EXTOBS0001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")]
public TimeSpan PublishingWindow { get; set; }
public TimeSpan PublishingWindow { get; set; }
[<System.Obsolete("This API is obsolete and will be removed in a future version. Consider using Resource Monitoring observable instruments.", DiagnosticId="EXTOBS0001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")>]
member this.PublishingWindow : TimeSpan with get, set
member this.PublishingWindow : TimeSpan with get, set
Public Property PublishingWindow As TimeSpan

Valor de propiedad

El valor predeterminado es 5 segundos.

Atributos

Comentarios

El valor debe ser menor o igual que CollectionWindow.

Se aplica a