iControl.PEMServiceChainEndpoint.set_service_endpoint_from_vlan C# (CSharp) Method

set_service_endpoint_from_vlan() private method

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