SynchronizationContext.IsWaitNotificationRequired 方法

定义

确定是否需要等待通知。

public:
 bool IsWaitNotificationRequired();
public bool IsWaitNotificationRequired ();
member this.IsWaitNotificationRequired : unit -> bool
Public Function IsWaitNotificationRequired () As Boolean

返回

Boolean

如果需要等待通知,则为 true;否则为 false

适用于