Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

CollectionRequestMessage<T> Class

Definition

Namespace:
Microsoft.Toolkit.Mvvm.Messaging.Messages
Assembly:
Microsoft.Toolkit.Mvvm.dll
Package:
Microsoft.Toolkit.Mvvm v7.0.2
Package:
Microsoft.Toolkit.Mvvm v7.1.2
Source:
CollectionRequestMessage%7BT%7D.cs
Source:
CollectionRequestMessage%7BT%7D.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

A class for request messages that can receive multiple replies, which can either be used directly or through derived classes.

public class CollectionRequestMessage<T> : System.Collections.Generic.IEnumerable<T>
type CollectionRequestMessage<'T> = class
 interface seq<'T>
 interface IEnumerable
Public Class CollectionRequestMessage(Of T)
Implements IEnumerable(Of T)

Type Parameters

T

The type of request to make.

Inheritance
CollectionRequestMessage<T>
Implements

Constructors

CollectionRequestMessage<T>()

Properties

Responses

Gets the message responses.

Methods

GetEnumerator()

Returns an enumerator that iterates through a collection.

Reply(T)

Replies to the current request message.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Applies to