iControl.NetworkingBWControllerPolicy.Beginget_ip_tos C# (CSharp) Method

Beginget_ip_tos() public method

public Beginget_ip_tos ( string policies, System callback, object asyncState ) : System.IAsyncResult
policies string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_ip_tos(string [] policies, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_ip_tos", new object[] {
            policies}, callback, asyncState);
        }
NetworkingBWControllerPolicy