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

ファイルを表示 Open project: SignalR/SignalR

Public Methods

Method Description
AddSqlDependency ( this command, Action callback ) : void
ExecuteNonQueryAsync ( this command ) : Task

Method Details

AddSqlDependency() public static method

public static AddSqlDependency ( this command, Action callback ) : void
command this
callback Action
return void

ExecuteNonQueryAsync() public static method

public static ExecuteNonQueryAsync ( this command ) : Task
command this
return Task