MessageHandlerBase.HandleMessage(IMessageSender, Message) 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:
virtual bool HandleMessage(Microsoft::VisualStudio::Web::CodeGeneration::Utils::Messaging::IMessageSender ^ sender, Microsoft::VisualStudio::Web::CodeGeneration::Contracts::Messaging::Message ^ message);
public bool HandleMessage (Microsoft.VisualStudio.Web.CodeGeneration.Utils.Messaging.IMessageSender sender, Microsoft.VisualStudio.Web.CodeGeneration.Contracts.Messaging.Message message);
abstract member HandleMessage : Microsoft.VisualStudio.Web.CodeGeneration.Utils.Messaging.IMessageSender * Microsoft.VisualStudio.Web.CodeGeneration.Contracts.Messaging.Message -> bool
override this.HandleMessage : Microsoft.VisualStudio.Web.CodeGeneration.Utils.Messaging.IMessageSender * Microsoft.VisualStudio.Web.CodeGeneration.Contracts.Messaging.Message -> bool
Public Function HandleMessage (sender As IMessageSender, message As Message) As Boolean
Parameters
- sender
- IMessageSender
- message
- Message