Autodesk Vault ProfessionalVault API

WebServiceCommandEvents<T> Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Base class for Web Service Command Event collections.

Syntax

public class WebServiceCommandEvents<T> : IWebServiceCommandEvents<T>
where T: WebServiceCommandEventArgs
Public Class WebServiceCommandEvents(Of T As WebServiceCommandEventArgs)
   Implements IWebServiceCommandEvents(Of T) 

Events

NameDescription
GetRestrictionsThis is called first. It allows handlers to add restrictions, which block the web service call.
PostThis event is called after the web service function is called.
PreThis event is called after GetRestrictions and before the web service function is called.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.WebServiceCommandEvents<T>

See Also