CreateSuccessResponse(String, String?, Object?) Method

Definition

Assembly XamlToCSharpGenerator.RemoteProtocol.dll

Creates a successful studio remote response envelope.

public static AxsgStudioRemoteResponseEnvelope CreateSuccessResponse(string command, string? requestId, object? payload = null)

Parameters

command
String
requestId
String
payload
Object

Returns