다음을 통해 공유


ScaleoutHubLifetimeManagerTests<TBackplane>.CreateNewHubLifetimeManager 메서드

정의

의 백플레CreateBackplane()인을 사용하는 의 HubLifetimeManager<THub> 구현을 만드는 메서드입니다.

public:
 abstract Microsoft::AspNetCore::SignalR::HubLifetimeManager<Microsoft::AspNetCore::SignalR::Specification::Tests::MyHub ^> ^ CreateNewHubLifetimeManager(TBackplane backplane);
public abstract Microsoft.AspNetCore.SignalR.HubLifetimeManager<Microsoft.AspNetCore.SignalR.Specification.Tests.MyHub> CreateNewHubLifetimeManager (TBackplane backplane);
public abstract Microsoft.AspNetCore.SignalR.HubLifetimeManager<Microsoft.AspNetCore.SignalR.Hub> CreateNewHubLifetimeManager (TBackplane backplane);
override this.CreateNewHubLifetimeManager : 'Backplane -> Microsoft.AspNetCore.SignalR.HubLifetimeManager<Microsoft.AspNetCore.SignalR.Specification.Tests.MyHub>
override this.CreateNewHubLifetimeManager : 'Backplane -> Microsoft.AspNetCore.SignalR.HubLifetimeManager<Microsoft.AspNetCore.SignalR.Hub>
Public MustOverride Function CreateNewHubLifetimeManager (backplane As TBackplane) As HubLifetimeManager(Of MyHub)
Public MustOverride Function CreateNewHubLifetimeManager (backplane As TBackplane) As HubLifetimeManager(Of Hub)

매개 변수

backplane
TBackplane

에서 사용할 백플레인 구현입니다 HubLifetimeManager<THub>.

반환

적용 대상