iControl.LocalLBPool.Beginadd_profile C# (CSharp) 메소드

Beginadd_profile() 공개 메소드

public Beginadd_profile ( string pool_names, string profiles, System callback, object asyncState ) : System.IAsyncResult
pool_names string
profiles string
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginadd_profile(string [] pool_names,string [] [] profiles, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_profile", new object[] {
            pool_names,
            profiles}, callback, asyncState);
        }
LocalLBPool