通知類別
提供一組用來建構通知的靜態方法。
繼承階層架構
System.Object
System.Reactive.Notification
Namespace:System.Reactive
裝配: System.Reactive.dll) 中的 System.Reactive (
Syntax
'Declaration
Public NotInheritable Class Notification
'Usage
public static class Notification
public ref class Notification abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Notification = class end
public final class Notification
通知類型會公開下列成員。
方法
名稱 | 描述 | |
---|---|---|
CreateOnCompleted < T> | 建立 物件,此物件表示對觀察者的 OnCompleted 通知。 | |
CreateOnError < T> | 建立 物件,此物件表示對觀察者的 OnError 通知。 | |
CreateOnNext < T> | 建立物件,此物件表示對觀察者的 OnNext 通知。 |
頂端
執行緒安全性
這個類型的任何公用靜態 (Visual Basic 中的 Shared) 成員都是安全執行緒。 並非所有的執行個體成員都是安全執行緒。