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

Beginset_drop_policy_description() 공개 메소드

public Beginset_drop_policy_description ( string drop_policies, string descriptions, System callback, object asyncState ) : System.IAsyncResult
drop_policies string
descriptions string
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginset_drop_policy_description(string [] drop_policies,string [] descriptions, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_drop_policy_description", new object[] {
            drop_policies,
            descriptions}, callback, asyncState);
        }
LocalLBRateClass