Compartir a través de


WebPubSubContextAttribute Constructores

Definición

Sobrecargas

WebPubSubContextAttribute()

Constructor para compilar el atributo.

WebPubSubContextAttribute(String[])

Constructor para compilar el atributo.

WebPubSubContextAttribute()

Source:
WebPubSubContextAttribute.cs

Constructor para compilar el atributo.

public WebPubSubContextAttribute();
Public Sub New ()

Se aplica a

WebPubSubContextAttribute(String[])

Source:
WebPubSubContextAttribute.cs

Constructor para compilar el atributo.

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

Parámetros

connections
String[]

Conexiones de servicio permitidas.

Se aplica a