iControl.LocalLBLSNPool.Beginset_pcp_full_config C# (CSharp) Method

Beginset_pcp_full_config() public method

public Beginset_pcp_full_config ( string pools, string profiles, string self_ips, string tunnels, System callback, object asyncState ) : System.IAsyncResult
pools string
profiles string
self_ips string
tunnels string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_pcp_full_config(string [] pools,string [] profiles,string [] self_ips,string [] tunnels, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_pcp_full_config", new object[] {
            pools,
            profiles,
            self_ips,
            tunnels}, callback, asyncState);
        }
LocalLBLSNPool