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

Endget_response_pool() public méthode

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