4#include <system/array.h>
5#include <system/component_model/async_completed_event_args.h>
6#include <system/exceptions.h>
7#include <system/object.h>
8#include <system/shared_ptr.h>
10namespace System {
namespace Web {
namespace Services {
namespace Protocols {
An instance of this class is passed as the argument on to the AsyncCompletedEventHandler delegate....
Definition: async_completed_event_args.h:13
Template that represents wrapper of exceptions that are derived from Exception class.
Definition: exception.h:113
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
An instance of this class is passed as the argument on to the InvokeCompletedEventHandler delegate....
Definition: invoke_completed_event_args.h:17
System::ArrayPtr< System::SharedPtr< Object > > get_Results()
Returns a collection of asynchronous operation results.
InvokeCompletedEventArgs(Exception error, bool cancelled, System::SharedPtr< Object > userState, System::ArrayPtr< System::SharedPtr< Object > > results)
Constructs a new instance.
Definition: db_command.h:9