iControl.LocalLBLSNPool.Beginset_inbound_connection_state C# (CSharp) Method

Beginset_inbound_connection_state() public method

public Beginset_inbound_connection_state ( string pools, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
pools string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_inbound_connection_state(string [] pools,CommonEnabledState [] states, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_inbound_connection_state", new object[] {
            pools,
            states}, callback, asyncState);
        }
LocalLBLSNPool