UnsubscribeCompletedEventArgs Class

Definition

The UnsubscribeCompletedEventArgs class provides data for the UnsubscribeCompleted event.

public ref class UnsubscribeCompletedEventArgs : System::ComponentModel::AsyncCompletedEventArgs
public class UnsubscribeCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
Public Class UnsubscribeCompletedEventArgs
Inherits AsyncCompletedEventArgs
Inheritance
UnsubscribeCompletedEventArgs

Properties

Result

The Result class gets the response from an asynchronous call to the Unsubscribe operation.

Applies to