←Select platform

CodecsAsyncCompletedEventArgs Constructor

Summary

Initializes a new instance of this class with the specified parameters.

Syntax
C#
C++/CLI
Python
protected CodecsAsyncCompletedEventArgs( 
   Uri uri, 
   Stream stream, 
   string fileName, 
   Exception error, 
   bool cancelled, 
   object userState 
) 
protected:  
   CodecsAsyncCompletedEventArgs( System::Uri^ uri, System::IO::Stream^ stream, String^ fileName, System::Exception^ error, bool cancelled, Object^ userState) 
__init__(self,uri,stream,fileName,error,cancelled,userState) # Overloaded constructor 

Parameters

uri

The Uri this asynchronous operation is using.

stream

The Stream this asynchronous operation is using.

fileName

The FileName this asynchronous operation is using.

error

Any error that occurred during the asynchronous operation.

cancelled

A value indicating whether the asynchronous operation was canceled.

userState

The optional user-supplied state object passed to the calling method that initialized the construction of this object.

Remarks

NOTE: This topic is part of RasterCodecs Async support using the .NET System.ComponentMode.AsyncOperation model. For .NET async/await support this type/member is not used. Instead, refer to RasterCodecs Async Operations.

Requirements

Target Platforms

Help Version 22.0.2023.5.5
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.