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

End_setNotificationsEnabled() public method

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