다음을 통해 공유


AVAssetDownloadDelegate.DidCompleteWithError 메서드

정의

세션의 작업이 오류와 함께 완료되는 경우 호출되는 메서드입니다.

[Foundation.Export("URLSession:task:didCompleteWithError:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DidCompleteWithError (Foundation.NSUrlSession session, Foundation.NSUrlSessionTask task, Foundation.NSError error);
abstract member DidCompleteWithError : Foundation.NSUrlSession * Foundation.NSUrlSessionTask * Foundation.NSError -> unit
override this.DidCompleteWithError : Foundation.NSUrlSession * Foundation.NSUrlSessionTask * Foundation.NSError -> unit

매개 변수

session
NSUrlSession
error
NSError
특성

적용 대상