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

Inheritance: INotificationQueue
Afficher le fichier Open project: Irdis/VSTalk Class Usage Examples

Méthodes publiques

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

Method Details

NotificationQueue() public méthode

public NotificationQueue ( ) : System.Collections.ObjectModel
Résultat System.Collections.ObjectModel

PushBack() public méthode

public PushBack ( INotificationMessage message ) : void
message INotificationMessage
Résultat void

PushToFront() public méthode

public PushToFront ( INotificationMessage message ) : void
message INotificationMessage
Résultat void

Remove() public méthode

public Remove ( INotificationMessage notification ) : void
notification INotificationMessage
Résultat void