Name | Description | |
---|---|---|
![]() | Initialize | Overridden. Initializes properties from Web.config settings. If you override this method, be sure to call base.Initialize(). System.Configuration.Provider.ProviderBase |
![]() | InvokeArtOnCreate | Invokes ArtMiddleware.OnCreate() within a try/catch block and prints any errors/exceptions to the server log |
![]() | InvokeArtOnList | Invokes ArtMiddleware.OnList() within a try/catch block and prints any errors/exceptions to the server log |
![]() | InvokeArtOnRead | Invokes ArtMiddleware.OnRead() within a try/catch block and prints any errors/exceptions to the server log |
![]() | InvokeArtOnUpdate | Invokes ArtMiddleware.OnUpdate() within a try/catch block and prints any errors/exceptions to the server log |
![]() | OpenArtData | Opens connection for obtaining ART (annotations) data from the storage system. This method will be called by the ImageGear.Web.Services assembly. |
![]() | OpenImageData | Opens connection for obtaining document image data from the storage system. This method will be called by the ImageGear.Web.Services assembly. |