Interface

ISimBriefFlightPlanService

USI.FlightPlanning

Public SDK type.

public interface ISimBriefFlightPlanService

Methods

TryGetFlightPlanAsync

public Task<USIResult<OperationalFlightPlan>> TryGetFlightPlanAsync(long userIdentifier, CancellationToken cancellationToken = null)

TryGetLatestFlightPlanAsync

public Task<USIResult<OperationalFlightPlan>> TryGetLatestFlightPlanAsync(string username, CancellationToken cancellationToken = null)