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