IAISClientObject Interface
Members
Name | Description | |
---|---|---|
Close | Shuts down and cleans up the Client object. | |
GetServerInfo | Gets the information on the Server. | |
GetVersion | Returns the version number of Server on specified host and port. An empty port will use the default server port | |
Init | initialize the Server Connection with an ISCConfig file/string. | |
OpenImageService | Opens an image service as defined by the fully qualified | |
Report | This function is intended for internal use by other Image Service objects. | |
Status | Returns an XML detailing the status of the last operation performed on this object. |
IAISClientObjectX.Close Method
Shuts down and cleans up the Client object.
Public Function Close ( _
) As Boolean
public bool Close (
);
IAISClientObjectX.GetServerInfo Method
Gets the information on the Server.
Public Function GetServerInfo ( _
ByVal requestString As String _
) As String
public string GetServerInfo (
string requestString
);
IAISClientObjectX.GetVersion Method
Returns the version number of Server on specified host and port. An empty port will use the default server port
Public Function GetVersion ( _
ByVal serverHost As String, _
ByVal serverPort As String _
) As Single
public float GetVersion (
string serverHost,
string serverPort
);
IAISClientObjectX.Init Method
initialize the Server Connection with an ISCConfig file/string.
Public Function Init ( _
ByVal iscConfig As String _
) As Boolean
public bool Init (
string iscConfig
);
IAISClientObjectX.OpenImageService Method
Opens an image service as defined by the fully qualified
Public Function OpenImageService ( _
ByVal imageServiceSource As String, _
ByVal serviceInitializationProperties As String _
) As IAISImageServiceX
public IAISImageServiceX OpenImageService (
string imageServiceSource,
string serviceInitializationProperties
);
IAISClientObjectX.Report Method
This function is intended for internal use by other Image Service objects.
Public Sub Report ( _
ByVal statusString As String _
)
public void Report (
string statusString
);
IAISClientObjectX.Status Property
Returns an XML detailing the status of the last operation performed on this object.
Public ReadOnly Property Status As String
public string Status {get;}
Classes that implement IAISClientObjectX
Classes | Description |
---|