iControl.LocalLBProfileTCPAnalytics.Endget_collect_by_region_state C# (CSharp) Method

Endget_collect_by_region_state() public method

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