C# Класс Microsoft.AspNetCore.SignalR.ConnectionMessage

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ConnectionMessage ( IList signals, object value ) : System.Collections.Generic
ConnectionMessage ( IList signals, object value, IList excludedSignals ) : System.Collections.Generic
ConnectionMessage ( string signal, object value ) : System.Collections.Generic
ConnectionMessage ( string signal, object value, IList excludedSignals ) : System.Collections.Generic

Initializes a new instance of the ConnectionMessage class.

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

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

public ConnectionMessage ( IList signals, object value ) : System.Collections.Generic
signals IList
value object
Результат System.Collections.Generic

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

public ConnectionMessage ( IList signals, object value, IList excludedSignals ) : System.Collections.Generic
signals IList
value object
excludedSignals IList
Результат System.Collections.Generic

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

public ConnectionMessage ( string signal, object value ) : System.Collections.Generic
signal string
value object
Результат System.Collections.Generic

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

Initializes a new instance of the ConnectionMessage class.
public ConnectionMessage ( string signal, object value, IList excludedSignals ) : System.Collections.Generic
signal string The signal
value object The payload of the message
excludedSignals IList The signals to exclude.
Результат System.Collections.Generic