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
AAction
KeepAliveAction
Inherited Members
AAction.Action
AAction.RequestId
AAction.AcknowledgeOk()
AAction.AcknowledgeError(String)
Namespace: LambdaSharp.App.EventBus.Actions
Assembly: LambdaSharp.App.dll
Syntax
public sealed class KeepAliveAction : AAction

Constructors

KeepAliveAction()

Create new instance of KeepAliveAction.

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