C# Класс NServiceBus.Extensibility.ExtendableOptionsExtensions

Provides hidden access to the extension context.
Показать файл Открыть проект

Открытые методы

Метод Описание
GetExtensions ( this options ) : ContextBag

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

Описание методов

GetExtensions() публичный статический Метод

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.
Результат ContextBag