This document is archived and information here might be outdated. Recommended version. |
Connects an image server object to its cache location.
[Visual Basic .NET] Public Sub Connect ( _ ByVal Location As String, _ ByVal pImageServer As IImageServer _ )
[C#] public void Connect ( string Location, IImageServer pImageServer );
[C++]
HRESULT Connect(
BSTR Location,
IImageServer* pImageServer
);
[C++]
Parameters Location [in]
Location is a parameter of type BSTR pImageServer [in]
pImageServer is a parameter of type IImageServer*