The following code will allow a session to be loaded into ATLAS 10, into a new ICompositeSession within a new ICompositeSessionContainer. Sessions will be loaded asynchronously. Validation takes place when the request is queued to ensure the input parameters are valid (Composite Session Container exists etc.)
If you wish to load the session into a new Composite Session, you should specify its instance identifier as CompositeSessionIdentifier.Empty. If you wish to load the Composite Session into a new Composite Session Container, you should specify its instance identifier as CompositeSessionContainerIdentifier.Empty.
var sessionLoadRequest = this.sessionLoadRequestFactory.Create( compositeSessionContainerController.InstanceIdentifier, compositeSessionInstanceIdentifier, sessionSummary, sessionModel.ConnectionString); this.sessionService.QueueSessionLoadRequest(sessionLoadRequest);
Comments
0 comments
Please sign in to leave a comment.