Show / Hide Table of Contents

Class SignalRMessage

Inheritance
System.Object
SignalRMessage
Namespace: FunctionMonkey.Abstractions.SignalR
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

OpenApiFluentValidationHelper.IsNumeric(Object)
OpenApiFluentValidationHelper.NumericToInt(Object)
OpenApiFluentValidationHelper.NumericToDouble(Object)
OpenApiFluentValidationHelper.NumericToDecimal(Object)
  • Improve this Doc
  • View Source
  • 0 Comments
In This Article
  • Properties
    • Arguments
    • GroupName
    • Target
    • UserId
  • Extension Methods
Back to top Copyright © 2018 James Randall