Casper.Network.SDK
Show / Hide Table of Contents

Interface ISSEClient

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

Properties

| Edit this page View Source

NodeVersion

Declaration
int NodeVersion { get; set; }
Property Value
Type Description
int

Methods

| Edit this page View Source

AddEventCallback(EventType, string, EventCallback, int)

Declaration
void AddEventCallback(EventType eventType, string name, EventCallback cb, int startFrom = 2147483647)
Parameters
Type Name Description
EventType eventType
string name
EventCallback cb
int startFrom
| Edit this page View Source

IsRunning()

Declaration
bool IsRunning()
Returns
Type Description
bool
| Edit this page View Source

RemoveEventCallback(EventType, string)

Declaration
bool RemoveEventCallback(EventType eventType, string name)
Parameters
Type Name Description
EventType eventType
string name
Returns
Type Description
bool
| Edit this page View Source

StartListening()

Declaration
void StartListening()
| Edit this page View Source

StopListening()

Declaration
Task StopListening()
Returns
Type Description
Task
| Edit this page View Source

Wait()

Declaration
void Wait()
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC