MessageHandlerBase.HandleMessageInternal(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.
protected:
abstract bool HandleMessageInternal(Microsoft::VisualStudio::Web::CodeGeneration::Utils::Messaging::IMessageSender ^ sender, Microsoft::VisualStudio::Web::CodeGeneration::Contracts::Messaging::Message ^ message);
protected abstract bool HandleMessageInternal (Microsoft.VisualStudio.Web.CodeGeneration.Utils.Messaging.IMessageSender sender, Microsoft.VisualStudio.Web.CodeGeneration.Contracts.Messaging.Message message);
abstract member HandleMessageInternal : Microsoft.VisualStudio.Web.CodeGeneration.Utils.Messaging.IMessageSender * Microsoft.VisualStudio.Web.CodeGeneration.Contracts.Messaging.Message -> bool
Protected MustOverride Function HandleMessageInternal (sender As IMessageSender, message As Message) As Boolean
Parameters
- sender
- IMessageSender
- message
- Message