WebServiceCommandEvents<T> Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
Base class for Web Service Command Event collections.
Syntax
public class WebServiceCommandEvents<T> : IWebServiceCommandEvents<T>
where T: WebServiceCommandEventArgsPublic Class WebServiceCommandEvents(Of T As WebServiceCommandEventArgs)
Implements IWebServiceCommandEvents(Of T) Events
| Name | Description |
|---|---|
| GetRestrictions | This is called first. It allows handlers to add restrictions, which block the web service call. |
| Post | This event is called after the web service function is called. |
| Pre | This event is called after GetRestrictions and before the web service function is called. |
Inheritance Hierarchy
- System.Object
- Autodesk.Connectivity.WebServices.WebServiceCommandEvents<T>