Class CallFunctionOnCommandResponse
Response for Calls function with given declaration on the given object. Object group of the result is inherited from the target object.
public sealed class CallFunctionOnCommandResponse : ICommandResponse<CallFunctionOnCommandSettings>, ICommandResponse
- Inheritance
-
CallFunctionOnCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
ExceptionDetails
Exception details.
[JsonPropertyName("exceptionDetails")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ExceptionDetails? ExceptionDetails { get; set; }
Property Value
Result
Call result.
[JsonPropertyName("result")]
public RemoteObject Result { get; set; }