iControl.LocalLBRateClass.Begindelete_queueing_method C# (CSharp) Méthode

Begindelete_queueing_method() public méthode

public Begindelete_queueing_method ( string queues, System callback, object asyncState ) : System.IAsyncResult
queues string
callback System
asyncState object
Résultat 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