CommandAsyncResult public class CommandAsyncResult : IAsyncResult Documentation public object AsyncState { get; } public WaitHandle AsyncWaitHandle { get; } public int BytesReceived { get; set; } public int BytesSent { get; set; } public bool CompletedSynchronously { get; } public bool IsCompleted { get; }