iControl.ManagementCertLDAPConfiguration.Beginset_port C# (CSharp) Method

Beginset_port() public method

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