iControl.LocalLBProfileHttp.Endget_passthrough_excess_client_headers_state C# (CSharp) 메소드

Endget_passthrough_excess_client_headers_state() 공개 메소드

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