C# Class NServiceBus.Receiving.PrepareForReceiving

Inheritance: FeatureStartupTask
Show file Open project: Particular/NServiceBus

Public Methods

Method Description
PrepareForReceiving ( Lazy lazy ) : System

Protected Methods

Method Description
OnStart ( IMessageSession session ) : Task
OnStop ( IMessageSession session ) : Task

Method Details

OnStart() protected method

protected OnStart ( IMessageSession session ) : Task
session IMessageSession
return Task

OnStop() protected method

protected OnStop ( IMessageSession session ) : Task
session IMessageSession
return Task

PrepareForReceiving() public method

public PrepareForReceiving ( Lazy lazy ) : System
lazy Lazy
return System