Class SignalRMessage
Inheritance
System.Object
SignalRMessage
Assembly: FunctionMonkey.Abstractions.dll
Syntax
public class SignalRMessage : object
Properties
|
Improve this Doc
View Source
Arguments
Declaration
public object[] Arguments { get; set; }
Property Value
Type |
Description |
System.Object[] |
|
|
Improve this Doc
View Source
GroupName
Declaration
public string GroupName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Target
Declaration
public string Target { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
UserId
Declaration
public string UserId { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods