iControl.LocalLBALGLogProfile.Endget_end_control_channel_element C# (CSharp) Method

Endget_end_control_channel_element() public method

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