iControl.LocalLBProfileRequestLogging.Endget_request_pool C# (CSharp) Méthode

Endget_request_pool() public méthode

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