iControl.LocalLBProfileSCTP.get_maximum_communication_paths C# (CSharp) Method

get_maximum_communication_paths() private method

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