C# 클래스 Bebbs.Harmonize.With.Messaging.Via.SignalR.Service.HarmonizeHub

상속: Hub
파일 보기 프로젝트 열기: ibebbs/Harmonize

공개 메소드들

메소드 설명
Deregister ( Common.Dto.Identity registrar, Common.Dto.Entity entity ) : void

Deregisters the specified Component.IEntity and ensures that messages are no longer received for the entity

HarmonizeHub ( IHarmonizeConnector connector ) : Microsoft.AspNet.SignalR
Observe ( Common.Dto.Identity registrar, Common.Dto.Identity entity, Common.Dto.Identity source, Common.Dto.Identity observable ) : void

Observes the observable with the specified Component.Identity of the entity with the specified Component.Identity

Register ( Common.Dto.Identity registrar, Common.Dto.Entity entity ) : void

Registers the specified Component.IEntity and ensures messages destined for the entity are routed to the specified consumer

비공개 메소드들

메소드 설명
Process ( string connectionId, Common.Dto.Identity registrar, Common.Dto.Identity entity, Common.Dto.Message message ) : void

메소드 상세

Deregister() 공개 메소드

Deregisters the specified Component.IEntity and ensures that messages are no longer received for the entity
public Deregister ( Common.Dto.Identity registrar, Common.Dto.Entity entity ) : void
registrar Common.Dto.Identity The host deregistering the entity
entity Common.Dto.Entity
리턴 void

HarmonizeHub() 공개 메소드

public HarmonizeHub ( IHarmonizeConnector connector ) : Microsoft.AspNet.SignalR
connector IHarmonizeConnector
리턴 Microsoft.AspNet.SignalR

Observe() 공개 메소드

Observes the observable with the specified Component.Identity of the entity with the specified Component.Identity
public Observe ( Common.Dto.Identity registrar, Common.Dto.Identity entity, Common.Dto.Identity source, Common.Dto.Identity observable ) : void
registrar Common.Dto.Identity
entity Common.Dto.Identity The observer entity
source Common.Dto.Identity The observed entity
observable Common.Dto.Identity The observable
리턴 void

Register() 공개 메소드

Registers the specified Component.IEntity and ensures messages destined for the entity are routed to the specified consumer
public Register ( Common.Dto.Identity registrar, Common.Dto.Entity entity ) : void
registrar Common.Dto.Identity The host registering the entity
entity Common.Dto.Entity The entity to register
리턴 void