iControl.LocalLBLSNPool.Beginset_pcp_profile C# (CSharp) Method

Beginset_pcp_profile() public method

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