C# Class NServiceBus.Sending.PrepareForSending

Inheritance: FeatureStartupTask
Show file Open project: Particular/NServiceBus

Public Methods

Method Description
PrepareForSending ( 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

PrepareForSending() public method

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