SignalROutputConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A helper class to convert JObject to either SignalRMessage or SignalRGroupAction.
public class SignalROutputConverter
type SignalROutputConverter = class
Public Class SignalROutputConverter
- Inheritance
-
SignalROutputConverter
Constructors
SignalROutputConverter() |
Methods
ConvertToSignalROutput(Object) |
We accept multiple output binding types and rely on them to determine rest api actions But in non .NET language, it's not able to convert JObject to different types So need a converter to accurate convert JObject to either SignalRMessage or SignalRGroupAction |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET