Autodesk Vault ProfessionalVault API

Initialize Method

Autodesk.Connectivity.WebServicesToolsWebServiceManager

Initializes the WebServiceManager. This should be called on application startup.

Syntax

public static void Initialize()
Public Shared Sub Initialize() 

Remarks

Calling this method is optional. Calling this method does asynchronous initialization that will otherwise be done synchronously when first using WebServiceManager. Thus, calling this early in your applications start-up may improve initial use performance of WebServiceManager.

See Also