Interface ISSEClient
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
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
StopListening()
Declaration
Returns
Wait()
Declaration