LineSharp.Datatypes.TalkService.Client.End_changeVerificationMethod C# (CSharp) Method

End_changeVerificationMethod() public method

public End_changeVerificationMethod ( IAsyncResult asyncResult ) : VerificationSessionData
asyncResult IAsyncResult
return VerificationSessionData
      public VerificationSessionData End_changeVerificationMethod(IAsyncResult asyncResult)
      {
        oprot_.Transport.EndFlush(asyncResult);
        return recv_changeVerificationMethod();
      }
TalkService.Client