Implemented interface member:
method
CreateMessage<TPayload>
NuGet.Protocol.Plugins.IMessageDispatcher.CreateMessage<TPayload>(NuGet.Protocol.Plugins.MessageType, NuGet.Protocol.Plugins.MessageMethod, TPayload)
1 reference to CreateMessage
NuGet.Protocol (1)
Plugins\MessageDispatcher.cs (1)
468var message = CreateMessage(type, method, payload);