[Modify] It will be removed

This commit is contained in:
sta 2017-04-10 14:15:40 +09:00
parent e3b86b5627
commit d005fd9789

View File

@ -632,6 +632,7 @@ namespace WebSocketSharp.Server
/// <exception cref="ArgumentNullException">
/// <paramref name="data"/> is <see langword="null"/>.
/// </exception>
[Obsolete ("This method will be removed.")]
public void BroadcastAsync (byte[] data, Action completed)
{
if (_state != ServerState.Start) {