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

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 Cancel Gets or sets a cancel flag.
Public Property CancelException Gets or sets the exception in case of cancellation.
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 TrackingID Gets or sets a unique ID for call tracking.