編集

次の方法で共有


MessageContext(IFeatureCollection) Constructor

Definition

Initializes a new instance of the MessageContext class.

public:
 MessageContext(Microsoft::AspNetCore::Http::Features::IFeatureCollection ^ features);
public MessageContext(Microsoft.AspNetCore.Http.Features.IFeatureCollection features);
new System.Cloud.Messaging.MessageContext : Microsoft.AspNetCore.Http.Features.IFeatureCollection -> System.Cloud.Messaging.MessageContext
Public Sub New (features As IFeatureCollection)

Parameters

Exceptions

If any of the arguments is null.

Applies to