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