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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET