Прочитать на английском Изменить

Поделиться через


RequestMessage<T> Class

Definition

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

public class RequestMessage<T>

Type Parameters

T

The type of request to make.

Inheritance
RequestMessage<T>

Constructors

Properties

HasReceivedResponse

Gets a value indicating whether a response has already been assigned to this instance.

Response

Gets the message response.

Methods

Reply(T)

Replies to the current request message.

Operators

Implicit(RequestMessage<T> to T)

Implicitly gets the response from a given RequestMessage<T> instance.

Applies to