WebServiceInvokeEventArgs Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
Information on the web service method call.
Syntax
public sealed class WebServiceInvokeEventArgs : System.EventArgs Public NotInheritable Class WebServiceInvokeEventArgs
Inherits System.EventArgsProperties
| Name | Description |
|---|---|
| Exception | Contains the Exception from the method call. If null, then the method completed with no Exceptions fired. |
| Guid | Gets the unique identifier for the event. |
| MethodName | The name of the method being called. |
| Parameters | The method parameters. |
| ReturnValue | The 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.
- IWebService.PostInvokeEvents
- IWebService.PreInvokeEvents
- ServiceBase.PostInvokeEvents
- ServiceBase.PreInvokeEvents
Inheritance Hierarchy
- System.Object
- System.EventArgs
- Autodesk.Connectivity.WebServices.WebServiceInvokeEventArgs