iControl.LocalLBProfileServerSSL.Beginset_cipher_list C# (CSharp) Method

Beginset_cipher_list() public method

public Beginset_cipher_list ( string profile_names, LocalLBProfileStringArray ciphers, System callback, object asyncState ) : System.IAsyncResult
profile_names string
ciphers LocalLBProfileStringArray
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_cipher_list(string [] profile_names,LocalLBProfileStringArray [] ciphers, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_cipher_list", new object[] {
            profile_names,
            ciphers}, callback, asyncState);
        }
LocalLBProfileServerSSL