C# Class NServiceBus.SubscribeContext

Inheritance: BehaviorContext, ISubscribeContext
Show file Open project: Particular/NServiceBus Class Usage Examples

Public Methods

Method Description
SubscribeContext ( IBehaviorContext parentContext, Type eventType, SubscribeOptions options ) : System

Method Details

SubscribeContext() public method

public SubscribeContext ( IBehaviorContext parentContext, Type eventType, SubscribeOptions options ) : System
parentContext IBehaviorContext
eventType System.Type
options SubscribeOptions
return System