iControl.PEMServiceChainEndpoint.remove_service_endpoint C# (CSharp) Method

remove_service_endpoint() private method

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