System.ServiceModel.Diagnostics.TraceAsyncResult
namespace System.ServiceModel.Diagnostics
{
internal abstract class TraceAsyncResult : AsyncResult
{
public ServiceModelActivity CallbackActivity { get; }
protected TraceAsyncResult(AsyncCallback callback, object state);
}
}