C# Class VSTalk.Engine.Core.Notifications.NotificationQueue

Inheritance: INotificationQueue
Exibir arquivo Open project: Irdis/VSTalk Class Usage Examples

Public Methods

Method Description
NotificationQueue ( ) : System.Collections.ObjectModel
PushBack ( INotificationMessage message ) : void
PushToFront ( INotificationMessage message ) : void
Remove ( INotificationMessage notification ) : void

Method Details

NotificationQueue() public method

public NotificationQueue ( ) : System.Collections.ObjectModel
return System.Collections.ObjectModel

PushBack() public method

public PushBack ( INotificationMessage message ) : void
message INotificationMessage
return void

PushToFront() public method

public PushToFront ( INotificationMessage message ) : void
message INotificationMessage
return void

Remove() public method

public Remove ( INotificationMessage notification ) : void
notification INotificationMessage
return void