iControl.LocalLBProfilePersistence.Beginset_cookie_encryption C# (CSharp) Method

Beginset_cookie_encryption() public method

public Beginset_cookie_encryption ( string profile_names, LocalLBProfilePersistenceProfileCookieEncryption types, System callback, object asyncState ) : System.IAsyncResult
profile_names string
types LocalLBProfilePersistenceProfileCookieEncryption
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_cookie_encryption(string [] profile_names,LocalLBProfilePersistenceProfileCookieEncryption [] types, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_cookie_encryption", new object[] {
            profile_names,
            types}, callback, asyncState);
        }
LocalLBProfilePersistence