IRodlAccess

Overview

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

Location


Required Methods


RetrieveRodl .NET Core, .NET Framework, .NET Standard

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()

 

func RetrieveRodl() -> RodlLibrary

 

Function RetrieveRodl() As RodlLibrary