Describes arguments for events raised after remote method invocation.
Declaring type: AfterInvokeEventArgs
Namespace: Zyan.Communication
Assembly: Zyan.Communication
Collapse/Expand Public Constructors
  Name Description
Public Method AfterInvokeEventArgs

There is no summary.

Collapse/Expand Public Methods
  Name Description
Public Method Virtual ToString Returns a string representation of this event arguments.
Collapse/Expand Public Properties
  Name Description
Public Property Arguments Gets or sets method arguments (parameters).
Public Property DelegateCorrelationSet Gets or sets the correlation set for wiring remote delegates.
Public Property InterfaceName Gets or sets the interface name of the remote component.
Public Property MethodName Gets or sets the name of the remote method to be invoked.
Public Property ReturnValue Gets or sets the return value of the invoked method.
Public Property TrackingID Gets or sets a unique ID for call tracking.