C# 클래스 EducationPathways.ServiceBus.EventBusExtensions

Provides usability overloads for IEventBus
파일 보기 프로젝트 열기: pebblecode/EducationPathways

공개 메소드들

메소드 설명
Publish ( this bus, IEnumerable events ) : void
Publish ( this bus, IEvent @event ) : void

메소드 상세

Publish() 공개 정적인 메소드

public static Publish ( this bus, IEnumerable events ) : void
bus this
events IEnumerable
리턴 void

Publish() 공개 정적인 메소드

public static Publish ( this bus, IEvent @event ) : void
bus this
@event IEvent
리턴 void