Autodesk Vault ProfessionalVault API

WebServiceCommandEventArgs Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

The base class for Web Service Command event arguments.

Syntax

public abstract class WebServiceCommandEventArgs : System.EventArgs 
Public MustInherit Class WebServiceCommandEventArgs
   Inherits System.EventArgs

Properties

NameDescription
GuidThe unique identifier for the event.
StatusThe status of the command. Used in the Post event to see of the command was successful.

Methods

NameDescription
AddRestrictionAdds a restriction, which blocks the command. This function should only be called during the GetRestrictions event.

Inheritance Hierarchy

See Also