Show / Hide Table of Contents

Class KeepAliveAction

The KeepAliveAction class describes a recurring action that is emitted by the WebSocket server to keep the connection open.

Inheritance
System.Object
AnAction
KeepAliveAction
Inherited Members
AnAction.Action
AnAction.RequestId
Namespace: LambdaSharp.App.EventBus.Actions
Assembly: LambdaSharp.App.dll
Syntax
public sealed class KeepAliveAction : AnAction

Constructors

KeepAliveAction()

Create new instance of KeepAliveAction.

Declaration
public KeepAliveAction()
In This Article
Back to top Generated by DocFX