iControl.GlobalLBPoolV2.Beginget_list_by_type C# (CSharp) 메소드

Beginget_list_by_type() 공개 메소드

public Beginget_list_by_type ( GlobalLBGTMQueryType types, System callback, object asyncState ) : System.IAsyncResult
types GlobalLBGTMQueryType
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginget_list_by_type(GlobalLBGTMQueryType [] types, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_list_by_type", new object[] {
            types}, callback, asyncState);
        }
GlobalLBPoolV2