iControl.GlobalLBDataCenter.Beginget_prober_pool C# (CSharp) 메소드

Beginget_prober_pool() 공개 메소드

public Beginget_prober_pool ( string data_centers, System callback, object asyncState ) : System.IAsyncResult
data_centers string
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginget_prober_pool(string [] data_centers, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_prober_pool", new object[] {
            data_centers}, callback, asyncState);
        }
GlobalLBDataCenter