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

get_end_data_channel_element() 개인적인 메소드

private get_end_data_channel_element ( string profiles ) : iControl.LocalLBProfileLogElementSequence[]
profiles string
리턴 iControl.LocalLBProfileLogElementSequence[]
        public LocalLBProfileLogElementSequence[] get_end_data_channel_element(
		string [] profiles
	)
        {
            object [] results = this.Invoke("get_end_data_channel_element", new object [] {
                profiles});
            return ((LocalLBProfileLogElementSequence [])(results[0]));
        }
LocalLBALGLogProfile