Interface ISSEClient
Assembly: Casper.Network.SDK.dll
Syntax
public interface ISSEClient
Properties
|
Edit this page
View Source
NodeVersion
Declaration
int NodeVersion { get; set; }
Property Value
Methods
|
Edit this page
View Source
AddEventCallback(EventType, string, EventCallback, int)
Declaration
void AddEventCallback(EventType eventType, string name, EventCallback cb, int startFrom = 2147483647)
Parameters
|
Edit this page
View Source
IsRunning()
Declaration
Returns
|
Edit this page
View Source
RemoveEventCallback(EventType, string)
Declaration
bool RemoveEventCallback(EventType eventType, string name)
Parameters
Returns
|
Edit this page
View Source
StartListening()
Declaration
|
Edit this page
View Source
StopListening()
Declaration
Returns
|
Edit this page
View Source
Wait()
Declaration