AsyncGroup Method

Summary

Gets the Dispatch Group used for asynchronous operations

Syntax

C#
VB
Objective-C
C++
public static dispatchgroupt AsyncGroup() 
Public Shared Function AsyncGroup() As dispatchgroupt 
+ (dispatchgroupt)asyncGroup 
             
public: 
static dispatchgroupt^ AsyncGroup();  

Return Value

The dispatchgroupt being used by this class

Remarks

iOS / macOS

Returns the Dispatch Group that this class uses to convert images asynchronously. This can be used to wait until all jobs submitted for asynchronous processing complete.

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