IChannel
Namespace:
Saturn
Parent:
Channels
Interface of the internal representation of the channel.
Shouldn't be used manually, you get its instance from the channel
Computation Expression
Name
|
Description
|
Instance Members
|
x.HandleMessage(arg1, arg2, arg3, arg4)
Signature:
(HttpContext * ClientInfo * IJsonSerializer * string) -> Task
|
|
x.Join(arg1, arg2)
Signature:
(HttpContext * ClientInfo) -> Task
|
|
x.Terminate(arg1, arg2)
Signature:
(HttpContext * ClientInfo) -> Task
|
|