iControl.PEMServiceChainEndpoint.set_service_endpoint_option_type C# (CSharp) Method

set_service_endpoint_option_type() private method

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