Ejemplo n.º 1
0
 public NodeDiscovery.VLinkDataLogging.SessionInfo GetSessionCount()
 {
     NodeDiscovery.VLinkDataLogging.GetSessionCountRequest  inValue = new NodeDiscovery.VLinkDataLogging.GetSessionCountRequest();
     NodeDiscovery.VLinkDataLogging.GetSessionCountResponse retVal  = ((NodeDiscovery.VLinkDataLogging.DataLoggingService)(this)).GetSessionCount(inValue);
     return(retVal.sessioninfo);
 }
Ejemplo n.º 2
0
 NodeDiscovery.VLinkDataLogging.GetSessionCountResponse NodeDiscovery.VLinkDataLogging.DataLoggingService.GetSessionCount(NodeDiscovery.VLinkDataLogging.GetSessionCountRequest request)
 {
     return(base.Channel.GetSessionCount(request));
 }