Interface IActionCallBuilder
public interface IActionCallBuilder
Properties
Action
MethodInfo? Action { get; }
Property Value
ArgumentNames
string[]? ArgumentNames { get; }
Property Value
- string[]
ArgumentTypes
Type[]? ArgumentTypes { get; }
Property Value
- Type[]
ArgumentValues
object[]? ArgumentValues { get; }
Property Value
- object[]
IsBroadcast
bool IsBroadcast { get; }
Property Value
OperationId
string? OperationId { get; }