Austin.Linode.LinodeClient.Test_Echo C# (CSharp) Method

Test_Echo() public method

Echos back parameters that were passed in.
public Test_Echo ( ) : void
return void
        public void Test_Echo(
        )
        {
            GetResponse<object>("test.echo", null);
        }