iControl.LocalLBProfileHttp.Beginadd_cookie_encryption C# (CSharp) Method

Beginadd_cookie_encryption() public method

public Beginadd_cookie_encryption ( string profile_names, string cookies, System callback, object asyncState ) : System.IAsyncResult
profile_names string
cookies string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginadd_cookie_encryption(string [] profile_names,string [] [] cookies, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_cookie_encryption", new object[] {
            profile_names,
            cookies}, callback, asyncState);
        }
LocalLBProfileHttp