IMessage Interface

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Interface IMessage _
    Inherits IDisposable
public interface IMessage : IDisposable
public interface class IMessage : IDisposable
type IMessage =  
    interface 
        interface IDisposable 
    end
public interface IMessage extends IDisposable

The IMessage type exposes the following members.

Properties

  Name Description
Public property SequenceNumber

Top

Methods

  Name Description
Public method Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.)
Public method GetBody<T>

Top

See Also

Reference

Microsoft.TeamFoundation.Framework.Server Namespace