iControl.ManagementTACACSConfiguration.Begincreate C# (CSharp) Method

Begincreate() public method

public Begincreate ( string config_names, string secrets, string service_names, string protocol_names, string servers, System callback, object asyncState ) : System.IAsyncResult
config_names string
secrets string
service_names string
protocol_names string
servers string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begincreate(string [] config_names,string [] secrets,string [] service_names,string [] protocol_names,string [] [] servers, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("create", new object[] {
            config_names,
            secrets,
            service_names,
            protocol_names,
            servers}, callback, asyncState);
        }