rework epg storage

This commit is contained in:
Luke Pulverenti
2017-09-08 12:13:58 -04:00
parent 33e31d246f
commit adc22b5e81
12 changed files with 274 additions and 220 deletions

View File

@@ -24,8 +24,5 @@ namespace MediaBrowser.Model.Net
/// Sends a UDP message to a particular end point (uni or multicast).
/// </summary>
Task SendToAsync(byte[] buffer, int offset, int bytes, IpEndPointInfo endPoint, CancellationToken cancellationToken);
IAsyncResult BeginSendTo(byte[] buffer, int offset, int size, IpEndPointInfo endPoint, AsyncCallback callback, object state);
int EndSendTo(IAsyncResult result);
}
}