共用方式為


WebPubSubContextAttribute Constructors

Definition

Overloads

WebPubSubContextAttribute()

Constructor to build the attribute.

WebPubSubContextAttribute(String[])

Constructor to build the attribute.

WebPubSubContextAttribute()

Source:
WebPubSubContextAttribute.cs

Constructor to build the attribute.

public WebPubSubContextAttribute ();
Public Sub New ()

Applies to

WebPubSubContextAttribute(String[])

Source:
WebPubSubContextAttribute.cs

Constructor to build the attribute.

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())

Parameters

connections
String[]

Allowed service connections.

Applies to