CompletionMessage.Empty(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructs a CompletionMessage without an error or result. This means the invocation was successful but there is no return value.
public:
static Microsoft::AspNetCore::SignalR::Protocol::CompletionMessage ^ Empty(System::String ^ invocationId);
public static Microsoft.AspNetCore.SignalR.Protocol.CompletionMessage Empty (string invocationId);
static member Empty : string -> Microsoft.AspNetCore.SignalR.Protocol.CompletionMessage
Public Shared Function Empty (invocationId As String) As CompletionMessage
Parameters
- invocationId
- String
The ID of the invocation that is being completed.
Returns
The constructed CompletionMessage.