iControl.LocalLBMessageRoutingPeer.Beginset_pool C# (CSharp) Method

Beginset_pool() public method

public Beginset_pool ( string peers, string pools, System callback, object asyncState ) : System.IAsyncResult
peers string
pools string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_pool(string [] peers,string [] pools, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_pool", new object[] {
            peers,
            pools}, callback, asyncState);
        }