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

End_reportRooms() public method

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