iControl.LocalLBProfilePersistence.Beginset_cookie_encryption_passphrase C# (CSharp) Method

Beginset_cookie_encryption_passphrase() public method

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