iControl.ManagementTACACSConfiguration.Beginset_protocol_name C# (CSharp) Method

Beginset_protocol_name() public method

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