iControl.NetworkingBWControllerPolicy.Beginset_ip_tos C# (CSharp) 메소드

Beginset_ip_tos() 공개 메소드

public Beginset_ip_tos ( string policies, long values, System callback, object asyncState ) : System.IAsyncResult
policies string
values long
callback System
asyncState object
리턴 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