Freigeben über


INotificationManager.SubscribeAsync-Methode

Namespace:  Microsoft.VisualStudio.Services.Client
Assembly:  Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.Client.dll)

Syntax

'Declaration
Function SubscribeAsync ( _
    config As NotificationContext _
) As Task(Of IClientNotificationSubscription)
Task<IClientNotificationSubscription> SubscribeAsync(
    NotificationContext config
)

Parameter

Rückgabewert

Typ: System.Threading.Tasks.Task<IClientNotificationSubscription>

.NET Framework-Sicherheit

Siehe auch

Referenz

INotificationManager Schnittstelle

Microsoft.VisualStudio.Services.Client-Namespace