iControl.LocalLBProfileAnalytics.Endget_publish_irule_statistics_state C# (CSharp) Method

Endget_publish_irule_statistics_state() public method

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