iControl.LocalLBALGLogProfile.Endget_start_control_channel_element C# (CSharp) 메소드

Endget_start_control_channel_element() 공개 메소드

public Endget_start_control_channel_element ( System asyncResult ) : iControl.LocalLBProfileLogElementSequence[]
asyncResult System
리턴 iControl.LocalLBProfileLogElementSequence[]
        public LocalLBProfileLogElementSequence[] Endget_start_control_channel_element(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBProfileLogElementSequence [])(results[0]));
        }
LocalLBALGLogProfile