Aracılığıyla paylaş


HubMethodInvocationMessage Sınıf

Tanım

Çağrıyı temsil eden hub iletileri için temel sınıf.

public ref class HubMethodInvocationMessage abstract : Microsoft::AspNetCore::SignalR::Protocol::HubInvocationMessage
public abstract class HubMethodInvocationMessage : Microsoft.AspNetCore.SignalR.Protocol.HubInvocationMessage
type HubMethodInvocationMessage = class
    inherit HubInvocationMessage
Public MustInherit Class HubMethodInvocationMessage
Inherits HubInvocationMessage
Devralma
HubMethodInvocationMessage
Türetilmiş

Oluşturucular

HubMethodInvocationMessage(String, String, Object[])

HubMethodInvocationMessage sınıfının yeni bir örneğini başlatır.

HubMethodInvocationMessage(String, String, Object[], String[])

HubMethodInvocationMessage sınıfının yeni bir örneğini başlatır.

Özellikler

Arguments

Hedef yöntem bağımsız değişkenlerini alır.

Headers

Üst bilgilerden oluşan bir ad/değer koleksiyonunu alır veya ayarlar.

(Devralındığı yer: HubInvocationMessage)
InvocationId

Çağırma kimliğini alır.

(Devralındığı yer: HubInvocationMessage)
StreamIds

Hedef yöntemler kimlikleri akışla aktarıyor.

Target

Hedef yöntem adını alır.

Şunlara uygulanır