This documentation is archived and is not being maintained.
IMessage Interface
Visual Studio 2013
Message received by a subscriber. Only valid for the duration of the Action<TeamFoundationRequestContext, IMessage> method. Do not cache this object as it will be disposed after the message has been delivered.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
The IMessage type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | GetBody<T> | Gets the body of the message. |
Show:
