iControl.NetworkingBWControllerPolicy.Beginset_ip_tos C# (CSharp) Method

Beginset_ip_tos() public method

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