iControl.LocalLBLSNPool.Beginget_client_block_limit C# (CSharp) Method

Beginget_client_block_limit() public method

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