Share via


IAckHandler.TriggerAck Method

.NET Framework 4

Namespace:  Microsoft.AspNet.SignalR.Infrastructure
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

Syntax

'Declaration
Function TriggerAck ( _
    id As String _
) As Boolean
'Usage
Dim instance As IAckHandler 
Dim id As String 
Dim returnValue As Boolean 

returnValue = instance.TriggerAck(id)
bool TriggerAck(
    string id
)
bool TriggerAck(
    String^ id
)
abstract TriggerAck : 
        id:string -> bool
function TriggerAck(
    id : String
) : boolean

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

IAckHandler Interface

Microsoft.AspNet.SignalR.Infrastructure Namespace