WebPubSubContextAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.