iControl.GlobalLBProberPool.Beginget_enabled_state C# (CSharp) 메소드

Beginget_enabled_state() 공개 메소드

public Beginget_enabled_state ( string pools, System callback, object asyncState ) : System.IAsyncResult
pools string
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginget_enabled_state(string [] pools, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_enabled_state", new object[] {
            pools}, callback, asyncState);
        }
GlobalLBProberPool