Represents a completion message received from the server after a method invocation. More...
#include <IHubProtocol.h>
Public Member Functions | |
FCompletionMessage (const FString &InInvocationId, const FString &InError, const FSignalRValue &InResult, bool InHasResult) | |
FCompletionMessage (FString &&InInvocationId, FString &&InError, FSignalRValue &&InResult, bool InHasResult) | |
![]() | |
virtual | ~FHubMessage () |
Public Attributes | |
FString | Error |
bool | HasResult |
FSignalRValue | Result |
![]() | |
const FString | InvocationId |
![]() | |
const ESignalRMessageType | MessageType |
Additional Inherited Members | |
![]() | |
FBaseInvocationMessage (const FString &InInvocationId, ESignalRMessageType InMessageType) | |
![]() | |
FHubMessage (ESignalRMessageType InMessageType) | |
Represents a completion message received from the server after a method invocation.
Contains the result or error information for the completed method.
|
inline |
|
inline |
FString FCompletionMessage::Error |
bool FCompletionMessage::HasResult |
FSignalRValue FCompletionMessage::Result |