iControl.LocalLBProfileRequestLogging.Endget_response_pool C# (CSharp) Method

Endget_response_pool() public method

public Endget_response_pool ( System asyncResult ) : iControl.LocalLBProfileString[]
asyncResult System
return iControl.LocalLBProfileString[]
        public LocalLBProfileString[] Endget_response_pool(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBProfileString [])(results[0]));
        }
LocalLBProfileRequestLogging