Method CreateGenericGroupOperation
CreateGenericGroupOperation(List<AsyncOperationHandle>, bool)
Create a group operation for a set of AsyncOperationHandles
Declaration
public AsyncOperationHandle<IList<AsyncOperationHandle>> CreateGenericGroupOperation(List<AsyncOperationHandle> operations, bool releasedCachedOpOnComplete = false)
Parameters
Type | Name | Description |
---|---|---|
List<AsyncOperationHandle> | operations | The list of operations that need to complete. |
bool | releasedCachedOpOnComplete | Determine if the cached operation should be released or not. |
Returns
Type | Description |
---|---|
AsyncOperationHandle<IList<AsyncOperationHandle>> | The operation for the entire group |