IRodlAccess

Overview

This interface is implemented by ClientChannel types that support standardized retrieval of a RODL library from the server.

Location


Required Methods


RetrieveRodl

Use this method to obtain the RODL library from the server without havin to rely on a channel-specific mechanism (such as a HTTP request to http: //servername/rodl).

 

method RetrieveRodl: RodlLibrary

 

RodlLibrary RetrieveRodl()

 

Function RetrieveRodl() As RodlLibrary