Documentation for a minimal subset of the QSM API
CompletionCallback Delegate
Namespaces > QS.CMS.Framework2 > CompletionCallback
Callback invoked when the message is acknowledged by all group members.
Syntax
C#Visual BasicManaged C++
public delegate void CompletionCallback (
	bool succeeded,
	Exception exception,
	Object context
)
Public Delegate Sub CompletionCallback ( _
	succeeded As Boolean, _
	exception As Exception, _
	context As Object _
)
public delegate void CompletionCallback (
	bool succeeded, 
	Exception^ exception, 
	Object^ context
)
Parameters
succeeded (Boolean)
Indicates whether the oepration succeeded.
exception (Exception)
Exception describing the problem in case a failure occurred.
context (Object)
The context object passed during the send call.

Assembly: QuickSilver_3 (Module: QuickSilver_3) Version: 1.0.2647.33823