iControl.LocalLBLSNPool.Beginget_hairpin_mode C# (CSharp) Method

Beginget_hairpin_mode() public method

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