C# 클래스 AngularAzureSearch.WebAPI.Startup

파일 보기 프로젝트 열기: TheDarkCode/AngularAzureSearch

공개 메소드들

메소드 설명
Configuration ( IAppBuilder app ) : void
ConfigureAuth ( IAppBuilder app ) : void
UseRedisBackplane ( ) : void

Allows you to use Redis Cache with SignalR.

UseServiceBusBackplane ( ) : void

Allows you to use Service Bus with SignalR.

UseSqlBackplane ( ) : void

Allows you to use SQL Server with SignalR.

메소드 상세

Configuration() 공개 메소드

public Configuration ( IAppBuilder app ) : void
app IAppBuilder
리턴 void

ConfigureAuth() 공개 메소드

public ConfigureAuth ( IAppBuilder app ) : void
app IAppBuilder
리턴 void

UseRedisBackplane() 공개 메소드

Allows you to use Redis Cache with SignalR.
public UseRedisBackplane ( ) : void
리턴 void

UseServiceBusBackplane() 공개 메소드

Allows you to use Service Bus with SignalR.
public UseServiceBusBackplane ( ) : void
리턴 void

UseSqlBackplane() 공개 메소드

Allows you to use SQL Server with SignalR.
public UseSqlBackplane ( ) : void
리턴 void