Uses of Class
org.opcfoundation.ua.core.CloseSessionRequest

Packages that use CloseSessionRequest
org.opcfoundation.ua.core All the code in this package are codegenerated. 
org.opcfoundation.ua.transport This package contains SecureChannel and related interfaces 
 

Uses of CloseSessionRequest in org.opcfoundation.ua.core
 

Methods in org.opcfoundation.ua.core that return CloseSessionRequest
 CloseSessionRequest CloseSessionRequest.clone()
          Deep clone
 

Method parameters in org.opcfoundation.ua.core with type arguments of type CloseSessionRequest
 void SessionServiceSetHandler.onCloseSession(EndpointServiceRequest<CloseSessionRequest,CloseSessionResponse> req)
           
 

Uses of CloseSessionRequest in org.opcfoundation.ua.transport
 

Methods in org.opcfoundation.ua.transport with parameters of type CloseSessionRequest
 CloseSessionResponse ChannelService.CloseSession(CloseSessionRequest req)
          Synchronous CloseSession service request.
 AsyncResult ChannelService.CloseSessionAsync(CloseSessionRequest req)
          Asynchronous CloseSession service request.
 



Copyright © 2018. All rights reserved.