Austin.Linode.LinodeClient.Account_Info C# (CSharp) Метод

Account_Info() публичный Метод

Shows information about your account such as the date your account was opened as well as your network utilization for the current month in gigabytes.
public Account_Info ( ) : void
Результат void
        public void Account_Info(
        )
        {
            GetResponse<object>("account.info", null);
        }