AckHandler Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Infrastructure
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Top
Represents an instance that handles the App Certification Kit (ACK).
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The AckHandler type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AckHandler() | Initializes a new instance of the AckHandler class. |
![]() | AckHandler(Boolean, TimeSpan, TimeSpan) | Initializes a new instance of the AckHandler class. |
| Name | Description | |
|---|---|---|
![]() | CreateAck | Creates a new ACK object. |
![]() | Dispose() | Releases all resources used by AckHandler. |
![]() | Dispose(Boolean) | Release all resources used by this instance. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
![]() | TriggerAck | Triggers a specified ACK object. |
Show:
