Share via


SignalROutputConverter.ConvertToSignalROutput(Object) Method

Definition

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

public object ConvertToSignalROutput(object input);
member this.ConvertToSignalROutput : obj -> obj
Public Function ConvertToSignalROutput (input As Object) As Object

Parameters

input
Object

Returns

Applies to