The following code will asynchronously unload a session from ATLAS 10. You can specify whether the Composite Session Container will also be unloaded if it is empty once the session is unloaded. Validation takes place when the request is queue to ensure the input parameters are valid (Composite Session Container exists etc.)
bool unloadEmptyCompositeSessionContainer = true; var request = this.sessionUnloadRequestFactory.Create( compositeSessionContainerIdentifier, compositeSessionContainerKey, compositeSessionIdentifier, compositeSessionKey, unloadEmptyCompositeSessionContainer2); this.sessionService.QueueSessionUnloadRequest(request);
Comments
0 comments
Please sign in to leave a comment.