Class BindingCalledEventArgs
Notification is issued every time when binding is called.
public sealed class BindingCalledEventArgs : EventArgs
- Inheritance
-
BindingCalledEventArgs
- Inherited Members
Properties
ExecutionContextId
Identifier of the context where the call was made.
[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; }