Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 495 Bytes

File metadata and controls

26 lines (21 loc) · 495 Bytes

System Methods

Get System Time

Get the reference system time as Unix timestamp.

Example:

    var systemTime = cobinhoodClient.GetSystemTime().Result;

Method Signature:

    public async Task<SystemTime> GetSystemTime()

Get System Information

Gets system information.

Example:

    var systemInfo = cobinhoodClient.GetSystemInformation().Result;

Method Signature:

    public async Task<SystemInformation> GetSystemInformation()