iControl.LocalLBRateClass.Begindelete_queueing_method C# (CSharp) Method

Begindelete_queueing_method() public method

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