C# Класс Todo_DurandalBreezeJsSignalR.Hubs.NotificationHubClient

The SignalR client for the NotificationHub
Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources.

Описание методов

Dispose() публичный Метод

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

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.
Результат void

Initialize() публичный Метод

Initialize the client and connect to hub.
public Initialize ( string url ) : void
url string
Результат void

NotifyRefreshEntities() публичный Метод

public NotifyRefreshEntities ( List entities ) : void
entities List
Результат void

NotifyRefreshEntity() публичный Метод

Notify all clients to Refresh Entity
public NotifyRefreshEntity ( string entityName, object id, string state ) : void
entityName string
id object
state string
Результат void