C# Class Todo_DurandalBreezeJsSignalR.Hubs.NotificationHubClient

The SignalR client for the NotificationHub
Inheritance: IDisposable
Afficher le fichier Open project: BlueBasher/TodoBreezeSignalR Class Usage Examples

Méthodes publiques

Méthode 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 entities ) : void
NotifyRefreshEntity ( string entityName, object id, string state ) : void

Notify all clients to Refresh Entity

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources.

Method Details

Dispose() public méthode

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

Releases unmanaged and - optionally - managed resources.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
Résultat void

Initialize() public méthode

Initialize the client and connect to hub.
public Initialize ( string url ) : void
url string
Résultat void

NotifyRefreshEntities() public méthode

public NotifyRefreshEntities ( List entities ) : void
entities List
Résultat void

NotifyRefreshEntity() public méthode

Notify all clients to Refresh Entity
public NotifyRefreshEntity ( string entityName, object id, string state ) : void
entityName string
id object
state string
Résultat void