Class BindingCalledEventArgs
BindingCalled
public sealed class BindingCalledEventArgs : EventArgs- Inheritance
- 
      
      
      BindingCalledEventArgs
- Inherited Members
Properties
ExecutionContextId
Gets or sets the executionContextId
[JsonPropertyName("executionContextId")]
public long ExecutionContextId { get; set; }Property Value
Name
Gets or sets the name
[JsonPropertyName("name")]
public string Name { get; set; }Property Value
Payload
Gets or sets the payload
[JsonPropertyName("payload")]
public string Payload { get; set; }