LINE.Datatypes.TalkService.Client.logout C# (CSharp) Method

logout() public method

public logout ( ) : void
return void
      public void logout()
      {
        #if !SILVERLIGHT
        send_logout();
        recv_logout();

        #else
        var asyncResult = Begin_logout(null, null);
        End_logout(asyncResult);

        #endif
      }
      #if SILVERLIGHT
TalkService.Client