DiagnosticSourceAdapter.IObserver<KeyValuePair<String,Object>>.OnCompleted 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
通知觀察者,提供者已完成傳送推播通知。
virtual void System.IObserver<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.OnCompleted() = IObserver<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>::OnCompleted;
void IObserver<KeyValuePair<string,object>>.OnCompleted ();
abstract member System.IObserver<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.OnCompleted : unit -> unit
override this.System.IObserver<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.OnCompleted : unit -> unit
Sub OnCompleted () Implements IObserver(Of KeyValuePair(Of String, Object)).OnCompleted