createSuspended

suspend fun createSuspended(descriptor: ConnectionDescriptor, reports: List<ReportDescriptor>?, timeoutMillis: Long = -1): Pair<Server, List<Report>>

Creates a connections to a SAS Visual Analytics server and returns the results, from a coroutine context.

Parameters

descriptor
describes the connection to create.
reports
optional reports to subscribe to once the connection has been created.
timeoutMillis
optional timeout in milliseconds.