iControl.LocalLBProfileSCTP.get_link_qos_to_peer C# (CSharp) Method

get_link_qos_to_peer() private method

private get_link_qos_to_peer ( string profile_names ) : LocalLBProfileULong[]
profile_names string
return LocalLBProfileULong[]
        public LocalLBProfileULong[] get_link_qos_to_peer(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_link_qos_to_peer", new object [] {
                profile_names});
            return ((LocalLBProfileULong [])(results[0]));
        }
LocalLBProfileSCTP