Share via


TopicLookup.TryRemove Method

.NET Framework 4

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

Syntax

'Declaration
Public Function TryRemove ( _
    key As String _
) As Boolean
'Usage
Dim instance As TopicLookup 
Dim key As String 
Dim returnValue As Boolean 

returnValue = instance.TryRemove(key)
public bool TryRemove(
    string key
)
public:
bool TryRemove(
    String^ key
)
member TryRemove : 
        key:string -> bool
public function TryRemove(
    key : String
) : boolean

Parameters

Return Value

Type: System.Boolean

See Also

Reference

TopicLookup Class

Microsoft.AspNet.SignalR.Messaging Namespace