Method | Description | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
Initialize ( string url ) : void |
Initialize the client and connect to hub.
|
|
NotifyRefreshEntities ( List |
||
NotifyRefreshEntity ( string entityName, object id, string state ) : void |
Notify all clients to Refresh Entity
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
return | void |
public NotifyRefreshEntities ( List |
||
entities | List |
|
return | void |
public NotifyRefreshEntity ( string entityName, object id, string state ) : void | ||
entityName | string | |
id | object | |
state | string | |
return | void |