iControl.LocalLBProfilePersistence.Beginset_cookie_encryption C# (CSharp) Метод

Beginset_cookie_encryption() публичный Метод

public Beginset_cookie_encryption ( string profile_names, LocalLBProfilePersistenceProfileCookieEncryption types, System callback, object asyncState ) : System.IAsyncResult
profile_names string
types LocalLBProfilePersistenceProfileCookieEncryption
callback System
asyncState object
Результат 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