C# Class Microsoft.AspNet.SignalR.SqlServer.IDbCommandExtensions

Afficher le fichier Open project: SignalR/SignalR

Méthodes publiques

Méthode Description
AddSqlDependency ( this command, Action callback ) : void
ExecuteNonQueryAsync ( this command ) : Task

Method Details

AddSqlDependency() public static méthode

public static AddSqlDependency ( this command, Action callback ) : void
command this
callback Action
Résultat void

ExecuteNonQueryAsync() public static méthode

public static ExecuteNonQueryAsync ( this command ) : Task
command this
Résultat Task