SubscribeCompletedEventArgs Class

Definition

The SubscribeCompletedEventArgs class provides data for the SubscribeCompleted event.

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

Properties

Result

The Result property gets the response from an asynchronous call to the Subscribe operation.

Applies to