iControl.LocalLBProfileRTSP.Endget_all_statistics C# (CSharp) Method

Endget_all_statistics() public method

public Endget_all_statistics ( System asyncResult ) : LocalLBProfileRTSPProfileRTSPStatistics
asyncResult System
return LocalLBProfileRTSPProfileRTSPStatistics
        public LocalLBProfileRTSPProfileRTSPStatistics Endget_all_statistics(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBProfileRTSPProfileRTSPStatistics)(results[0]));
        }
LocalLBProfileRTSP