Class BindingCalledEventArgs
Notification is issued every time when binding is called.
public sealed record BindingCalledEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<BindingCalledEventArgs>
- Inheritance
-
EventArgsBindingCalledEventArgs
- Implements
-
IEquatable<EventArgs>
- Inherited Members
-
EventArgs.ToString()EventArgs.GetHashCode()EventArgs.Equals(EventArgs)EventArgs.<Clone>$()EventArgs.BiDiEventArgs.AdditionalDataEventArgs.AdditionalMessageData
Constructors
BindingCalledEventArgs(string, string, ExecutionContextId)
Notification is issued every time when binding is called.
public BindingCalledEventArgs(string Name, string Payload, ExecutionContextId ExecutionContextId)
Parameters
NamestringPayloadstringExecutionContextIdExecutionContextIdIdentifier of the context where the call was made.
Properties
ExecutionContextId
Identifier of the context where the call was made.
public ExecutionContextId ExecutionContextId { get; init; }
Property Value
Name
public string Name { get; init; }
Property Value
Payload
public string Payload { get; init; }