AVAssetResourceLoadingRequest.FinishLoading 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
FinishLoading() |
讓接收者回應並如同載入完成一樣。 |
FinishLoading(NSUrlResponse, NSData, NSUrlRequest) |
開發人員不應該使用此已被取代的方法。 開發人員應該改用 'Response'、'Redirect' 屬性和 'AVAssetResourceLoadingDataRequest.Responds' 和 'AVAssetResourceLoadingRequest.FinishLoading' 方法。 |
FinishLoading()
讓接收者回應並如同載入完成一樣。
[Foundation.Export("finishLoading")]
[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 FinishLoading ();
abstract member FinishLoading : unit -> unit
override this.FinishLoading : unit -> unit
- 屬性
適用於
FinishLoading(NSUrlResponse, NSData, NSUrlRequest)
開發人員不應該使用此已被取代的方法。 開發人員應該改用 'Response'、'Redirect' 屬性和 'AVAssetResourceLoadingDataRequest.Responds' 和 'AVAssetResourceLoadingRequest.FinishLoading' 方法。
[Foundation.Export("finishLoadingWithResponse:data:redirect:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, "Use the 'Response', 'Redirect' properties and the 'AVAssetResourceLoadingDataRequest.Responds' and 'AVAssetResourceLoadingRequest.FinishLoading' methods instead.")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, "Use the 'Response', 'Redirect' properties and the 'AVAssetResourceLoadingDataRequest.Responds' and 'AVAssetResourceLoadingRequest.FinishLoading' methods instead.")]
public virtual void FinishLoading (Foundation.NSUrlResponse usingResponse, Foundation.NSData data, Foundation.NSUrlRequest redirect);
abstract member FinishLoading : Foundation.NSUrlResponse * Foundation.NSData * Foundation.NSUrlRequest -> unit
override this.FinishLoading : Foundation.NSUrlResponse * Foundation.NSData * Foundation.NSUrlRequest -> unit
參數
- 屬性