Commit b0e6ac2e authored by Nick Craver's avatar Nick Craver

More docs

parent 4e5bbd11
......@@ -501,6 +501,8 @@ internal bool TryEnqueue(List<Message> messages, bool isSlave)
/// <summary>
/// This writes a message to the output stream
/// </summary>
/// <param name="physical">The phsyical connection to write to.</param>
/// <param name="next">The message to be written.</param>
internal WriteResult WriteMessageDirect(PhysicalConnection physical, Message next)
{
Trace("Writing: " + next);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment