Casper.Network.SDK
Show / Hide Table of Contents

Interface ISSEClient

Namespace: Casper.Network.SDK.SSE
Assembly: Casper.Network.SDK.dll
Syntax
public interface ISSEClient

Methods

AddEventCallback(EventType, String, EventCallback, Int32)

Declaration
void AddEventCallback(EventType eventType, string name, EventCallback cb, int startFrom = null)
Parameters
Type Name Description
EventType eventType
System.String name
EventCallback cb
System.Int32 startFrom

RemoveEventCallback(EventType, String)

Declaration
bool RemoveEventCallback(EventType eventType, string name)
Parameters
Type Name Description
EventType eventType
System.String name
Returns
Type Description
System.Boolean

StartListening()

Declaration
void StartListening()

StopListening()

Declaration
Task StopListening()
Returns
Type Description
Task

Wait()

Declaration
void Wait()
In This Article
Back to top Maintained by MAKE Technology LLC