iControl.LocalLBRateClass.Begincreate_shaping_policy C# (CSharp) 메소드

Begincreate_shaping_policy() 공개 메소드

public Begincreate_shaping_policy ( string policies, System callback, object asyncState ) : System.IAsyncResult
policies string
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Begincreate_shaping_policy(string [] policies, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("create_shaping_policy", new object[] {
            policies}, callback, asyncState);
        }
LocalLBRateClass