MethodCalledEventArgs Fields

CVB.Net Documentation

The MethodCalledEventArgs type exposes the following members.

Fields

  NameDescription
Public fieldInputArguments
The input arguments set by the client. The data types are as defined in InputParameters. For simplicity all integer types are mapped to long/ulong, all floating point types as double and strings as string. Unsupported values are set to .
Public fieldOutputArguments
Set these to the return values as defined in OutputParameters.
Top
See Also

Reference