SetAsyncGroup Method

Summary

Sets the Dispatch Group used for asynchronous operations

Syntax

C#
VB
Objective-C
C++
public static void SetAsyncGroup(  
   dispatchgroupt group 
) 
Public Shared Sub SetAsyncGroup( _ 
   ByVal group As dispatchgroupt _ 
)  
+ (void)setAsyncGroup:(dispatchgroupt)asyncGroup 
             
public: 
static void SetAsyncGroup(  
   dispatchgroupt^ group 
)  

Parameters

group
The group to use for asynchronous operations

Remarks

iOS / macOS

Sets the Dispatch Group 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