Ejemplo n.º 1
0
 /// <summary>
 /// Called by the debugger to request notification when the first wait operation
 ///             (await, Wait, Result, etc.) on this builder's task completes.
 ///
 /// </summary>
 /// <param name="enabled">true to enable notification; false to disable a previously set notification.
 ///             </param>
 internal void SetNotificationForWaitCompletion(bool enabled)
 {
     _builder.SetNotificationForWaitCompletion(enabled);
 }