Class SignalRMessageArgs
SignalR信息参数
Inheritance
System.Object
System.EventArgs
SignalRMessageArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FBoxClientDriver.Contract
Assembly: FBoxClientDriver.Contract.dll
Syntax
public class SignalRMessageArgs : EventArgs
Constructors
SignalRMessageArgs(String, String, String, String)
构造函数
Declaration
public SignalRMessageArgs(string signalRUrl, string signalRId, string oldStatue, string newStatue)
Parameters
Type | Name | Description |
---|---|---|
System.String | signalRUrl | SignalR地址 |
System.String | signalRId | SignalR的ConnectId |
System.String | oldStatue | 原先状态 |
System.String | newStatue | 新状态 |
Properties
NewStatue
新状态
Declaration
public string NewStatue { get; }
Property Value
Type | Description |
---|---|
System.String |
OldStatue
老状态
Declaration
public string OldStatue { get; }
Property Value
Type | Description |
---|---|
System.String |
SignalRId
Url
Declaration
public string SignalRId { get; }
Property Value
Type | Description |
---|---|
System.String |
SignalRUrl
地址
Declaration
public string SignalRUrl { get; }
Property Value
Type | Description |
---|---|
System.String |