Virtual Method

FoundryAcpAgentresume_session

unstable since: 1.2

Declaration [src]

DexFuture*
resume_session (
  FoundryAcpAgent* self,
  FoundryAcpClient* client,
  FoundryBuildPipeline* pipeline,
  const char* session_id
)

Description [src]

Starts a session using session_id. Implementations may multiplex sessions or map the identifier to a process-specific transport.

Available since: 1.2

Parameters

client

Type: FoundryAcpClient

A FoundryAcpClient to receive client-side requests.

The data is owned by the caller of the method.
pipeline

Type: FoundryBuildPipeline

A FoundryBuildPipeline to use for launch.

The argument can be NULL.
The data is owned by the caller of the method.
session_id

Type: const char*

Session identifier to resume.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

Return value

Type: DexFuture

A DexFuture.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.