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

End_verifyPhone() public method

public End_verifyPhone ( IAsyncResult asyncResult ) : VerificationResult
asyncResult IAsyncResult
return VerificationResult
      public VerificationResult End_verifyPhone(IAsyncResult asyncResult)
      {
        oprot_.Transport.EndFlush(asyncResult);
        return recv_verifyPhone();
      }
TalkService.Client