iControl.PEMServiceChainEndpoint.get_service_endpoint_order C# (CSharp) Method

get_service_endpoint_order() private method

private get_service_endpoint_order ( string endpoints, string service_endpoints ) : long[][]
endpoints string
service_endpoints string
return long[][]
        public long[][] get_service_endpoint_order(
		string [] endpoints,
		string [] [] service_endpoints
	)
        {
            object [] results = this.Invoke("get_service_endpoint_order", new object [] {
                endpoints,
                service_endpoints});
            return ((long [] [])(results[0]));
        }
PEMServiceChainEndpoint