NServiceBus.ReadyMessageSender.OnStart C# (CSharp) Method

OnStart() protected method

protected OnStart ( IMessageSession session ) : Task
session IMessageSession
return Task
        protected override Task OnStart(IMessageSession session)
        {
            Logger.DebugFormat("Sending ready startup message with WorkerSessionId {0} sent. ", workerSessionId);

            return SendReadyMessage(initialCapacity, true, new TransportTransaction());
        }