ChatMessageRevisionReader class

Applies to Windows Phone only

This API is not available to all Windows/Windows Phone apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.

Syntax

var chatMessageRevisionReader = new Windows.ApplicationModel.Chat.ChatMessageRevisionReader();
public sealed class ChatMessageRevisionReader
Public NotInheritable Class ChatMessageRevisionReader
public ref class ChatMessageRevisionReader sealed 

Attributes

[MarshalingBehavior(Agile)]

[Threading(Both)]

[Version(0x06030000)]

Members

The ChatMessageRevisionReader class has these types of members:

  • Constructors
  • Methods

Constructors

The ChatMessageRevisionReader class has these constructors.

Constructor Description
ChatMessageRevisionReader This API is not available to all Windows/Windows Phone apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.

 

Methods

The ChatMessageRevisionReader class has these methods. With C#, Visual Basic, and C++, it also inherits methods from the Object class.

Method Description
ReadBatchAsync This API is not available to all Windows/Windows Phone apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.

 

Requirements

Minimum supported client

None supported [Windows Store apps only]

Minimum supported server

None supported [Windows Store apps only]

Minimum supported phone

Windows Phone 8.1

Namespace

Windows.ApplicationModel.Chat Windows::ApplicationModel::Chat [C++]

Metadata

Windows.winmd

See also

Object