IMessageAwareService

Overview

This interface can be implemented by service implementations that need to access the message component that was used to receive the request.

Before calling into your service to process the remote request, the Message property will be filled with a IMessage implementation that gives you access to the message.

Location

Required Methods


OnServiceActivated

 

method OnServiceActivated(message: IMessage)

 

void OnServiceActivated(IMessage message)

 

Sub OnServiceActivated(message As IMessage)

Parameters:

  • message: