Freigeben über


WebPubSubConnectionAttribute Klasse

Definition

Attribut, das zum Binden eines Parameters an eine Websocket-URL des Azure Web PubSub-Clients verwendet wird.

[Microsoft.Azure.WebJobs.Description.Binding]
[System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.ReturnValue)]
public class WebPubSubConnectionAttribute : Attribute
[<Microsoft.Azure.WebJobs.Description.Binding>]
[<System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.ReturnValue)>]
type WebPubSubConnectionAttribute = class
    inherit Attribute
Public Class WebPubSubConnectionAttribute
Inherits Attribute
Vererbung
WebPubSubConnectionAttribute
Attribute
Microsoft.Azure.WebJobs.Description.BindingAttribute AttributeUsageAttribute

Konstruktoren

WebPubSubConnectionAttribute()

Attribut, das zum Binden eines Parameters an eine Websocket-URL des Azure Web PubSub-Clients verwendet wird.

Eigenschaften

Connection

Verbindungszeichenfolge des Web PubSub-Zieldiensts.

Hub

Name des Zielhubs.

UserId

Clientbenutzer-ID.

Gilt für: