iControl.LocalLBProfilePersistence.Beginset_cookie_persistence_method C# (CSharp) Method

Beginset_cookie_persistence_method() public method

public Beginset_cookie_persistence_method ( string profile_names, LocalLBProfileCookiePersistenceMethod methods, System callback, object asyncState ) : System.IAsyncResult
profile_names string
methods LocalLBProfileCookiePersistenceMethod
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_cookie_persistence_method(string [] profile_names,LocalLBProfileCookiePersistenceMethod [] methods, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_cookie_persistence_method", new object[] {
            profile_names,
            methods}, callback, asyncState);
        }
LocalLBProfilePersistence