Members
| Name | Description |
|---|---|
| PushSIMessageNew(String) |
Convenient constructor for deleting an old SI message, specified by ID. It's the same as:
|
| PushSIMessageNew(String, Uri) |
Convenient constructor for creating simple SI message, containing only service URI
and textual description.
|
| PushSIMessageNew(String, Uri, Action, DateTime, DateTime, String, InfoItem[]()) |
All mighty constructor, exposing whole set of parameters. Beside standard function
of indicating service to client, it can also replace or delete old SI message by specifying
apropriate ID.
|