iControl.GlobalLBServer.Beginset_auto_configuration_state C# (CSharp) Method

Beginset_auto_configuration_state() public method

public Beginset_auto_configuration_state ( string servers, GlobalLBAutoConfigurationState states, System callback, object asyncState ) : System.IAsyncResult
servers string
states GlobalLBAutoConfigurationState
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_auto_configuration_state(string [] servers,GlobalLBAutoConfigurationState [] states, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_auto_configuration_state", new object[] {
            servers,
            states}, callback, asyncState);
        }
GlobalLBServer