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

End_notifyRegistrationComplete() public method

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