C# Class NServiceBus.Extensibility.ExtendableOptionsExtensions

Provides hidden access to the extension context.
Show file Open project: Particular/NServiceBus

Public Methods

Method Description
GetExtensions ( this options ) : ContextBag

Gets access to a "bucket", this allows the developer to pass information from extension methods down to behaviors.

Method Details

GetExtensions() public static method

Gets access to a "bucket", this allows the developer to pass information from extension methods down to behaviors.
public static GetExtensions ( this options ) : ContextBag
options this Extendable options instance.
return ContextBag