←Select platform

CodecsAsyncCompletedEventArgs Class

Syntax
C#
C++/CLI
Python
public abstract class CodecsAsyncCompletedEventArgs : AsyncCompletedEventArgs 
public ref class CodecsAsyncCompletedEventArgs abstract : public System.ComponentModel.AsyncCompletedEventArgs  
class CodecsAsyncCompletedEventArgs(AsyncCompletedEventArgs): 
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.

The RasterCodecs class supports asynchronous operations for getting information, loading and saving images through the RasterCodecs.GetInformationAsync, RasterCodecs.LoadAsync and RasterCodecs.SaveAsync methods. These methods will not block the calling thread and perform their work in the background. When the operation is completed, the RasterCodecs.GetInformationAsyncCompleted, RasterCodecs.LoadAsyncCompleted or RasterCodecs.SaveAsyncCompleted events will fire with the operation status and result.

Both of these events use as data arguments the objects of classes derived from CodecsAsyncCompletedEventArgs. For more information, refer to CodecsGetInformationAsyncCompletedEventArgs, CodecsLoadAsyncCompletedEventArgs and CodecsSaveAsyncCompletedEventArgs.

The CodecsAsyncCompletedEventArgs class derives from the .NET System.ComponentModel.AsyncCompletedEventArgs class and uses these class properties to provide information about the status of the asynchronous operation.

Requirements

Target Platforms

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

Leadtools.Codecs Assembly

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