Method GetDependencies
GetDependencies(List<AsyncOperationHandle>)
A custom operation should override this method to provide a list of AsyncOperationHandles that it depends on.
선언
public virtual void GetDependencies(List<AsyncOperationHandle> dependencies)
파라미터
타입 | 이름 | 설명 |
---|---|---|
List<AsyncOperationHandle> | dependencies | The list that should be populated with dependent AsyncOperationHandles. |