MartenFunctionsUnitOfWorkConvention Class

Summary

MartenFunctionsUnitOfWorkConvention. Implements the IWebJobsConvention
graph BT Type-->Base0["Object"] Type-.->Interface0["IWebJobsConvention"] click Interface0 "/api/Rocket.Surgery.Extensions.WebJobs/IWebJobsConvention" Type-.->Interface1["IConvention<IWebJobsConventionContext>"] Type-.->Interface2["IConvention"] click Interface2 "/api/Rocket.Surgery.Conventions/IConvention" Type["MartenFunctionsUnitOfWorkConvention"] class Type type-node

Syntax

public class MartenFunctionsUnitOfWorkConvention : IWebJobsConvention, 
    IConvention<IWebJobsConventionContext>, IConvention

Constructors

Name Summary
MartenFunctionsUnitOfWorkConvention(MartenOptions) Initializes a new instance of the MartenFunctionsUnitOfWorkConvention class.

Methods

Name Value Summary
Register(IWebJobsConventionContext) void
Registers the specified context.

Extension Methods

See Also