Skip to main content

ResQ.Core.PdieClient

PdieClient.GetPreAlertsAsync(string, CancellationToken) Method

Gets current pre-alerts, optionally filtered by sector.
public System.Threading.Tasks.Task<System.Collections.Generic.List<ResQ.Core.PreAlert>> GetPreAlertsAsync(string? sectorId=null, System.Threading.CancellationToken ct=default(System.Threading.CancellationToken));

Parameters

sectorId System.String Optional sector filter. ct System.Threading.CancellationToken Cancellation token.

Returns

System.Threading.Tasks.Task<System.Collections.Generic.List<PreAlert>>
List of active pre-alerts.