Initializes a new instance of this class with the specified parameters.
protected CodecsAsyncCompletedEventArgs(
Uri uri,
Stream stream,
string fileName,
Exception error,
bool cancelled,
object userState
)
Protected Sub New(ByVal uri As System.Uri, ByVal stream As System.IO.Stream, ByVal fileName As String, ByVal error As System.Exception, ByVal cancelled As Boolean, ByVal userState As Object)
protected:
CodecsAsyncCompletedEventArgs( System::Uri^ uri, System::IO::Stream^ stream, String^ fileName, System::Exception^ error, bool cancelled, Object^ userState)
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.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document