public System.Threading.Tasks.Task <MiVoiceCallRecorderExample.Session.LogoutResponse> LogoutAsync(string sessionID)
 {
     MiVoiceCallRecorderExample.Session.LogoutRequest inValue = new MiVoiceCallRecorderExample.Session.LogoutRequest();
     inValue.Body           = new MiVoiceCallRecorderExample.Session.LogoutRequestBody();
     inValue.Body.sessionID = sessionID;
     return(((MiVoiceCallRecorderExample.Session.SessionSoap)(this)).LogoutAsync(inValue));
 }
 public void Logout(string sessionID)
 {
     MiVoiceCallRecorderExample.Session.LogoutRequest inValue = new MiVoiceCallRecorderExample.Session.LogoutRequest();
     inValue.Body           = new MiVoiceCallRecorderExample.Session.LogoutRequestBody();
     inValue.Body.sessionID = sessionID;
     MiVoiceCallRecorderExample.Session.LogoutResponse retVal = ((MiVoiceCallRecorderExample.Session.SessionSoap)(this)).Logout(inValue);
 }
 System.Threading.Tasks.Task <MiVoiceCallRecorderExample.Session.LogoutResponse> MiVoiceCallRecorderExample.Session.SessionSoap.LogoutAsync(MiVoiceCallRecorderExample.Session.LogoutRequest request)
 {
     return(base.Channel.LogoutAsync(request));
 }
 MiVoiceCallRecorderExample.Session.LogoutResponse MiVoiceCallRecorderExample.Session.SessionSoap.Logout(MiVoiceCallRecorderExample.Session.LogoutRequest request)
 {
     return(base.Channel.Logout(request));
 }