iControl.ManagementCertLDAPConfiguration.Beginget_ssl_cipher C# (CSharp) Method

Beginget_ssl_cipher() public method

public Beginget_ssl_cipher ( string config_names, System callback, object asyncState ) : System.IAsyncResult
config_names string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_ssl_cipher(string [] config_names, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_ssl_cipher", new object[] {
            config_names}, callback, asyncState);
        }
ManagementCertLDAPConfiguration