Class WSMessageData
Concrete type for the json structure of the web socket message data to deserialize into.
Inheritance
System.Object
WSMessageData
Assembly: cs.temp.dll.dll
Syntax
public class WSMessageData
Fields
args
Declaration
public WSMessageDataArgs args
Field Value
eventName
Declaration
Field Value
Type |
Description |
System.String |
|
resourceId
Declaration
Field Value
Type |
Description |
System.String |
|
resourceType
Declaration
public string resourceType
Field Value
Type |
Description |
System.String |
|
senderId
Declaration
Field Value
Type |
Description |
System.String |
|