C# Class RavenFS.Notifications.NotificationPublisher

Inheritance: INotificationPublisher
ファイルを表示 Open project: hibernating-rhinos/RavenFS Class Usage Examples

Public Methods

Method Description
NotificationPublisher ( TransportState transportState ) : RavenFS.Infrastructure.Connections
Publish ( Notification change ) : void

Method Details

NotificationPublisher() public method

public NotificationPublisher ( TransportState transportState ) : RavenFS.Infrastructure.Connections
transportState RavenFS.Infrastructure.Connections.TransportState
return RavenFS.Infrastructure.Connections

Publish() public method

public Publish ( Notification change ) : void
change Notification
return void