Autodesk Vault ProfessionalVault API

IWebServiceCommandEvents<T> Interface

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Base interface for Web Service Command Event collections.

Syntax

public interface IWebServiceCommandEvents<T>
where T: WebServiceCommandEventArgs
Public Interface IWebServiceCommandEvents(Of T As WebServiceCommandEventArgs) 

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.

See Also