C# 클래스 Microsoft.AspNet.SignalR.ConnectionMessage

A message sent to one more connections.
파일 보기 프로젝트 열기: SignalR/SignalR 1 사용 예제들

공개 메소드들

메소드 설명
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