CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
invoke_completed_event_args.h
1
2#pragma once
3
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>
9
10namespace System { namespace Web { namespace Services { namespace Protocols {
11
17{
18public:
22
29 ASPOSECPP_SHARED_API InvokeCompletedEventArgs(Exception error, bool cancelled, System::SharedPtr<Object> userState,
31
32private:
35};
36
37}}}} // namespace System::Web::Services::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