Udostępnij za pośrednictwem


NewtonsoftJsonHubProtocol.TryParseMessage Metoda

Definicja

Tworzy nową HubMessage z określonej serializacji reprezentacji i używa określonego powiązania.

public:
 virtual bool TryParseMessage(System::Buffers::ReadOnlySequence<System::Byte> % input, Microsoft::AspNetCore::SignalR::IInvocationBinder ^ binder, [Runtime::InteropServices::Out] Microsoft::AspNetCore::SignalR::Protocol::HubMessage ^ % message);
public bool TryParseMessage (ref System.Buffers.ReadOnlySequence<byte> input, Microsoft.AspNetCore.SignalR.IInvocationBinder binder, out Microsoft.AspNetCore.SignalR.Protocol.HubMessage message);
public bool TryParseMessage (ref System.Buffers.ReadOnlySequence<byte> input, Microsoft.AspNetCore.SignalR.IInvocationBinder binder, out Microsoft.AspNetCore.SignalR.Protocol.HubMessage? message);
abstract member TryParseMessage : ReadOnlySequence * Microsoft.AspNetCore.SignalR.IInvocationBinder * HubMessage -> bool
override this.TryParseMessage : ReadOnlySequence * Microsoft.AspNetCore.SignalR.IInvocationBinder * HubMessage -> bool
Public Function TryParseMessage (ByRef input As ReadOnlySequence(Of Byte), binder As IInvocationBinder, ByRef message As HubMessage) As Boolean

Parametry

input
ReadOnlySequence<Byte>

Serializowana reprezentacja wiadomości.

binder
IInvocationBinder

Binder używany do analizowania komunikatu.

message
HubMessage

Gdy ta metoda zwróci truewartość , zawiera przeanalizowany komunikat.

Zwraca

Wartość, która jest true wtedy, gdy HubMessage została pomyślnie przeanalizowana; w przeciwnym razie false.

Implementuje

Dotyczy