IMessageSender.CreateMessage(MessageType, Object, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
Microsoft::VisualStudio::Web::CodeGeneration::Contracts::Messaging::Message ^ CreateMessage(Microsoft::VisualStudio::Web::CodeGeneration::Contracts::Messaging::MessageType ^ messageType, System::Object ^ o, int protocolVersion);
public Microsoft.VisualStudio.Web.CodeGeneration.Contracts.Messaging.Message CreateMessage (Microsoft.VisualStudio.Web.CodeGeneration.Contracts.Messaging.MessageType messageType, object o, int protocolVersion);
abstract member CreateMessage : Microsoft.VisualStudio.Web.CodeGeneration.Contracts.Messaging.MessageType * obj * int -> Microsoft.VisualStudio.Web.CodeGeneration.Contracts.Messaging.Message
Public Function CreateMessage (messageType As MessageType, o As Object, protocolVersion As Integer) As Message
Parameters
- messageType
- MessageType
- o
- Object
- protocolVersion
- Int32