public static void ChannelCloseOk(AmqpPrimitivesWriter writer, ushort channel, ushort classId, ushort methodId, object args) { if (LogAdapter.ProtocolLevelLogEnabled) { LogAdapter.LogDebug(LogSource, "> ChannelCloseOk " + channel); } AmqpConnectionFrameWriter.WriteEmptyMethodFrame(writer, channel, classId, methodId); }
public static void ChannelCloseOk(AmqpPrimitivesWriter writer, ushort channel, ushort classId, ushort methodId, object args) { AmqpConnectionFrameWriter.WriteEmptyMethodFrame(writer, channel, classId, methodId); }