doc: Add Cancel method to Message API

This commit is contained in:
Denis Kenzior 2011-03-18 16:18:43 -05:00
parent 9a37a672bf
commit b0e6ccff12
1 changed files with 9 additions and 0 deletions

View File

@ -10,6 +10,15 @@ Methods dict GetProperties()
Returns properties for the message object. See
the properties section for available properties.
void Cancel()
Cancel a message that was previously sent. Only
messages that are waiting on queue can be cancelled and
it's not possible to cancel messages that already had
some parts sent.
Possible Errors: [service].Error.AccessDenied
Signals PropertyChanged(string name, variant value)
This signal indicates a changed value of the given