iControl.LocalLBALGLogProfile.Endget_end_control_channel_element C# (CSharp) Метод

Endget_end_control_channel_element() публичный Метод

public Endget_end_control_channel_element ( System asyncResult ) : iControl.LocalLBProfileLogElementSequence[]
asyncResult System
Результат iControl.LocalLBProfileLogElementSequence[]
        public LocalLBProfileLogElementSequence[] Endget_end_control_channel_element(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBProfileLogElementSequence [])(results[0]));
        }
LocalLBALGLogProfile