iControl.LocalLBRateClass.Beginget_drop_policy_description C# (CSharp) Method

Beginget_drop_policy_description() public method

public Beginget_drop_policy_description ( string drop_policies, System callback, object asyncState ) : System.IAsyncResult
drop_policies string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_drop_policy_description(string [] drop_policies, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_drop_policy_description", new object[] {
            drop_policies}, callback, asyncState);
        }
LocalLBRateClass