Skip to content

Connection.ConnectionBase.Reconnect method

If you need to recreate terminal instance with the same id

public virtual Task<ReconnectReply> Reconnect(ReconnectRequest request, ServerCallContext context)
parameter description
request The request received from the client.
context The context of the server-side call handler being invoked.

Return Value

The response to send back to the client (wrapped by a task).

See Also