iControl.PEMServiceChainEndpoint.set_service_endpoint_to_endpoint C# (CSharp) Method

set_service_endpoint_to_endpoint() private method

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