IAckHandler Interface
.NET Framework 4
Namespace: Microsoft.AspNet.SignalR.Infrastructure
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Interface IAckHandler
'Usage
Dim instance As IAckHandler
public interface IAckHandler
public interface class IAckHandler
type IAckHandler = interface end
public interface IAckHandler
The IAckHandler type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateAck | ||
TriggerAck |
Top