IDbBehavior Interface

.NET Framework 4.5

Defines the SQL command behavior.

Namespace:  Microsoft.AspNet.SignalR.SqlServer
Assembly:  Microsoft.AspNet.SignalR.SqlServer (in Microsoft.AspNet.SignalR.SqlServer.dll)

public interface class IDbBehavior

The IDbBehavior type exposes the following members.

  NameDescription
Public propertyUpdateLoopRetryDelaysGets the list that specifies retry time interval and the retry count.
Top

  NameDescription
Public methodAddSqlDependencyCreates an SQL dependency for the specified SQL command.
Public methodStartSqlDependencyListenerStarts the SQL dependency notification listener.
Top
Show: