iControl.LocalLBLSNPool.Beginget_translation_port_range C# (CSharp) Method

Beginget_translation_port_range() public method

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