Virtual Method
FoundryAcpAgentopen_session
unstable since: 1.2
Declaration [src]
DexFuture*
open_session (
FoundryAcpAgent* self,
FoundryAcpClient* client,
FoundryBuildPipeline* pipeline
)
Parameters
client-
Type:
FoundryAcpClientA
FoundryAcpClientto receive client-side requests.The data is owned by the caller of the method. pipeline-
Type:
FoundryBuildPipelineA
FoundryBuildPipelineto use for launch.The argument can be NULL.The data is owned by the caller of the method.