PersistentResponse Constructor
Include Protected Members
Include Inherited Members
.NET Framework 4
M:Microsoft.AspNet.SignalR.Transports.PersistentResponse.#ctor(System.Func{Microsoft.AspNet.SignalR.Messaging.Message,System.Boolean})
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
PersistentResponse() | Creates a new instance of PersistentResponse. | |
PersistentResponse(Func<Message, Boolean>) | Creates a new instance of PersistentResponse. |
Top