SetAsyncQueue Method

Summary

Sets the Dispatch Queue used for asynchronous operations

Syntax

C#
VB
Objective-C
C++
public static void SetAsyncQueue(  
   dispatchqueuet queue 
) 
Public Shared Sub SetAsyncQueue( _ 
   ByVal queue As dispatchqueuet _ 
)  
+ (void)setAsyncQueue:(dispatchqueuet)asyncQueue 
             
public: 
static void SetAsyncQueue(  
   dispatchqueuet^ queue 
)  

Parameters

queue
The queue to use for asynchronous operations

Remarks

iOS / macOS

Sets the Dispatch Queue that this class uses to convert images asynchronously. This value must not be nil

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