English
Русский简体中文عربيFrançaisDeutschItalianoEspañolSvenskaTürkçe
  • caret-downAspose.PDF for C++
      • caret-closedAspose::Pdf
      • caret-closedAspose::Pdf::Annotations
      • caret-closedAspose::Pdf::Collections
      • caret-closedAspose::Pdf::Comparison
      • caret-closedAspose::Pdf::DataEditor
      • caret-closedAspose::Pdf::Devices
      • caret-closedAspose::Pdf::Drawing
      • caret-closedAspose::Pdf::Facades
      • caret-closedAspose::Pdf::Flow
      • caret-closedAspose::Pdf::Forms
      • caret-closedAspose::Pdf::GroupProcessor
      • caret-closedAspose::Pdf::GroupProcessor::Creators
      • caret-closedAspose::Pdf::LogicalStructure
      • caret-closedAspose::Pdf::LowCode
      • caret-closedAspose::Pdf::Multithreading
      • caret-closedAspose::Pdf::Operators
      • caret-closedAspose::Pdf::Optimization
      • caret-closedAspose::Pdf::Sanitization
      • caret-closedAspose::Pdf::Security
      • caret-closedAspose::Pdf::Security::Impl
      • caret-closedAspose::Pdf::Signatures
      • caret-closedAspose::Pdf::Structure
      • caret-closedAspose::Pdf::Tagged
      • caret-closedAspose::Pdf::Text
      • caret-closedAspose::Pdf::Vector
      • caret-closedAspose::Pdf::XfaConverter
      • caret-closedSystem
      • caret-closedSystem::Collections
      • caret-closedSystem::Collections::Concurrent
      • caret-closedSystem::Collections::Generic
      • caret-closedSystem::Collections::ObjectModel
      • caret-closedSystem::Collections::Specialized
      • caret-closedSystem::ComponentModel
      • caret-closedSystem::ComponentModel::Design::Serialization
      • caret-closedSystem::Data
      • caret-closedSystem::Data::Common
      • caret-closedSystem::Data::SqlClient
      • caret-closedSystem::Diagnostics
      • caret-closedSystem::Drawing
      • caret-closedSystem::Drawing::Drawing2D
      • caret-closedSystem::Drawing::Imaging
      • caret-closedSystem::Drawing::Printing
      • caret-closedSystem::Drawing::Text
      • caret-closedSystem::Globalization
      • caret-closedSystem::IO
      • caret-closedSystem::IO::Compression
      • caret-closedSystem::Linq
      • caret-closedSystem::Net
      • caret-closedSystem::Net::Cache
      • caret-closedSystem::Net::Http
      • caret-closedSystem::Net::Http::Headers
      • caret-closedSystem::Net::NetworkInformation
      • caret-closedSystem::Net::Security
      • caret-closedSystem::Net::Sockets
      • caret-closedSystem::Reflection
      • caret-closedSystem::Resources
      • caret-closedSystem::Runtime::CompilerServices
      • caret-closedSystem::Runtime::InteropServices
      • caret-closedSystem::Runtime::Serialization
      • caret-closedSystem::Security
      • caret-closedSystem::Security::Authentication
      • caret-closedSystem::Security::Cryptography
      • caret-closedSystem::Security::Cryptography::Pkcs
      • caret-closedSystem::Security::Cryptography::X509Certificates
      • caret-closedSystem::Security::Cryptography::Xml
      • caret-closedSystem::Security::Permissions
      • caret-closedSystem::Security::Policy
      • caret-closedSystem::TestPredicates::TypeTraits
      • caret-closedSystem::Text
      • caret-closedSystem::Text::RegularExpressions
      • caret-closedSystem::Threading
      • caret-downSystem::Threading::Tasks
          • caret-closedResultTask
          • caret-closedResultValueTask
          • caret-downTask
              • Task
              • ~Task
              • Activate
              • AddContinuation
              • Complete
              • ConfigureAwait
              • ContinueWith
              • Dispose
              • Execute
              • get_AsyncState
              • get_Id
              • get_IsCanceled
              • get_IsCompleted
              • get_IsFaulted
              • get_Scheduler
              • get_Status
              • GetAwaiter
              • RunSynchronously
              • set_Function
              • set_Scheduler
              • set_Status
              • Start
              • Wait
              • get_CompletedTask
              • get_CurrentId
              • FunctionT
          • caret-closedTaskScheduler
          • caret-closedValueTask
          • TaskStatus
          • Delay
          • DispatchCurrentContext
          • FromException
          • FromResult
          • Run
          • WhenAll
          • Yield
      • caret-closedSystem::Timers
      • caret-closedSystem::Web
      • caret-closedSystem::Web::Services
      • caret-closedSystem::Web::Services::Description
      • caret-closedSystem::Web::Services::Protocols
      • caret-closedSystem::Web::UI::WebControls
      • caret-closedSystem::Windows::Forms
      • caret-closedSystem::Xml
      • caret-closedSystem::Xml::Resolvers
      • caret-closedSystem::Xml::Schema
      • caret-closedSystem::Xml::Serialization
      • caret-closedSystem::Xml::XPath
      • caret-closedSystem::Xml::Xsl
      • caret-closedSystem::Xml::Xsl::Runtime
  1. Home
  2. Aspose.PDF Product Family
  3. Aspose.PDF for C++
  4. System::Threading::Tasks
  5. Task
  6. get_AsyncState

System::Threading::Tasks::Task::get_AsyncState method

Task::get_AsyncState method

Gets the user-defined state object associated with the task.

const SharedPtr<Object> & System::Threading::Tasks::Task::get_AsyncState() const

ReturnValue

SharedPtr The state object provided during construction

See Also

  • Typedef SharedPtr
  • Class Object
  • Class Task
  • Namespace System::Threading::Tasks
  • Library Aspose.PDF for C++
System::Threading::Tasks::Task::Execute method System::Threading::Tasks::Task::get_Id method