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

End_resendPinCodeBySMS() public method

public End_resendPinCodeBySMS ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void
      public void End_resendPinCodeBySMS(IAsyncResult asyncResult)
      {
        oprot_.Transport.EndFlush(asyncResult);
        recv_resendPinCodeBySMS();
      }
TalkService.Client