iControl.LocalLBProfileTCPAnalytics.Endget_collected_stats_internal_logging_state C# (CSharp) Method

Endget_collected_stats_internal_logging_state() public method

public Endget_collected_stats_internal_logging_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
asyncResult System
return iControl.LocalLBProfileEnabledState[]
        public LocalLBProfileEnabledState[] Endget_collected_stats_internal_logging_state(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBProfileEnabledState [])(results[0]));
        }
LocalLBProfileTCPAnalytics