Autodesk Vault ProfessionalVault API

WebServiceInvokeEventArgs Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Information on the web service method call.

Syntax

public sealed class WebServiceInvokeEventArgs : System.EventArgs 
Public NotInheritable Class WebServiceInvokeEventArgs
   Inherits System.EventArgs

Properties

NameDescription
ExceptionContains the Exception from the method call. If null, then the method completed with no Exceptions fired.
GuidGets the unique identifier for the event.
MethodNameThe name of the method being called.
ParametersThe method parameters.
ReturnValueThe return values. The first element will be the standard return. Elements after are from [out] parameters.

Returned By

Where you get a WebServiceInvokeEventArgs — members that return one.

Inheritance Hierarchy

  • System.Object
  • System.EventArgs
  • Autodesk.Connectivity.WebServices.WebServiceInvokeEventArgs

See Also