iControl.LocalLBProfileAnalytics.Endget_trust_xff_state C# (CSharp) 메소드

Endget_trust_xff_state() 공개 메소드

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