C# Class NServiceBus.UnsubscribeContext

Inheritance: BehaviorContext, IUnsubscribeContext
Exibir arquivo Open project: Particular/NServiceBus Class Usage Examples

Public Methods

Method Description
UnsubscribeContext ( IBehaviorContext parentContext, Type eventType, UnsubscribeOptions options ) : System

Method Details

UnsubscribeContext() public method

public UnsubscribeContext ( IBehaviorContext parentContext, Type eventType, UnsubscribeOptions options ) : System
parentContext IBehaviorContext
eventType System.Type
options UnsubscribeOptions
return System