Freigeben über


WebPubSubContextAttribute Konstruktoren

Definition

Überlädt

WebPubSubContextAttribute()

Konstruktor zum Erstellen des Attributs.

WebPubSubContextAttribute(String[])

Konstruktor zum Erstellen des Attributs.

WebPubSubContextAttribute()

Quelle:
WebPubSubContextAttribute.cs

Konstruktor zum Erstellen des Attributs.

public WebPubSubContextAttribute ();
Public Sub New ()

Gilt für:

WebPubSubContextAttribute(String[])

Quelle:
WebPubSubContextAttribute.cs

Konstruktor zum Erstellen des Attributs.

public WebPubSubContextAttribute (params string[] connections);
new Microsoft.Azure.WebJobs.Extensions.WebPubSub.WebPubSubContextAttribute : string[] -> Microsoft.Azure.WebJobs.Extensions.WebPubSub.WebPubSubContextAttribute
Public Sub New (ParamArray connections As String())

Parameter

connections
String[]

Zulässige Dienstverbindungen.

Gilt für: