iControl.LocalLBProfilePersistence.Beginset_cookie_name C# (CSharp) Method

Beginset_cookie_name() public method

public Beginset_cookie_name ( string profile_names, LocalLBProfileString cookie_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
cookie_names LocalLBProfileString
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_cookie_name(string [] profile_names,LocalLBProfileString [] cookie_names, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_cookie_name", new object[] {
            profile_names,
            cookie_names}, callback, asyncState);
        }
LocalLBProfilePersistence