[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Base for any client notification message

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
abstract 
class 
BgbMessageBase
<
SerializableAttribute> _
Public 
MustInherit 
Class 
BgbMessageBase
[
SerializableAttribute]
public 
ref class 
BgbMessageBase 
abstract

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
BgbMessageBase () () () ()
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
MessageType
Client notification message type the class represents
Timestamp
Message timestamp
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

See Also