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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET