iControl.PEMServiceChainEndpoint.set_service_endpoint_order C# (CSharp) Method

set_service_endpoint_order() private method

private set_service_endpoint_order ( string endpoints, string service_endpoints, long orders ) : void
endpoints string
service_endpoints string
orders long
return void
        public void set_service_endpoint_order(
		string [] endpoints,
		string [] [] service_endpoints,
		long [] [] orders
	)
        {
            this.Invoke("set_service_endpoint_order", new object [] {
                endpoints,
                service_endpoints,
                orders});
        }
PEMServiceChainEndpoint