public Task<TcpProcessHistoricRecord> LoadAsync( string? password, Nullable<TimeSpan>? history, CancellationToken? cancellationToken )
Parameters
- password
- The password to use, if any.
- history
- The range of entries to limit the data by, if any.
- cancellationToken
- The cancellation token that can be used by other objects or threads to receive notice of cancellation.
Return Value
Task<System.Nullable<TcpProcessHistoricRecord>>.