Lezen in het Engels

Delen via


SocketIOTriggerAttribute Class

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.

Attribute used to bind a parameter to an Web PubSub for Socket.IO when a request is coming.

C#
[Microsoft.Azure.WebJobs.Description.Binding(TriggerHandlesReturnValue=true)]
[System.AttributeUsage(System.AttributeTargets.Parameter)]
public class SocketIOTriggerAttribute : Attribute
Inheritance
SocketIOTriggerAttribute
Attributes
Microsoft.Azure.WebJobs.Description.BindingAttribute AttributeUsageAttribute

Constructors

SocketIOTriggerAttribute(String, String, String, String[])

Attribute used to bind a parameter to an Web PubSub for Socket.IO, when an request is from the service.

SocketIOTriggerAttribute(String, String, String)

Attribute used to bind a parameter to an Web PubSub for Socket.IO, when an request is from the service.

SocketIOTriggerAttribute(String, String, String[])

Attribute used to bind a parameter to an Web PubSub for Socket.IO, when an request is from the service.

SocketIOTriggerAttribute(String, String)

Attribute used to bind a parameter to an Web PubSub for Socket.IO, when an request is from the service.

Properties

EventName

The event of the request.

Hub

The hub of request.

Namespace

The namespace

ParameterNames

Used for messages category. All the name defined in ParameterNames will map to Arguments in InvocationMessage by order. And the name can be used in parameters of method directly.

Applies to

Product Versies
Azure SDK for .NET Preview