iControl.LocalLBProfileSIP.Endget_statistics C# (CSharp) Method

Endget_statistics() public method

public Endget_statistics ( System asyncResult ) : LocalLBProfileSIPProfileSIPStatistics
asyncResult System
return LocalLBProfileSIPProfileSIPStatistics
        public LocalLBProfileSIPProfileSIPStatistics Endget_statistics(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBProfileSIPProfileSIPStatistics)(results[0]));
        }
LocalLBProfileSIP