AsyncQueue Method

Summary

Gets the Dispatch Queue used for asynchronous operations

Syntax

C#
VB
Objective-C
C++
public static dispatchqueuet AsyncQueue() 
Public Shared Function AsyncQueue() As dispatchqueuet 
+ (dispatchqueuet)asyncQueue 
             
public: 
static dispatchqueuet^ AsyncQueue();  

Return Value

The dispatch queuet being used by this class

Remarks

iOS / macOS

Returns the Dispatch Queue that this class uses to convert images asynchronously. The this defaults to a concurrent queue.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Converters Assembly