Share via


NSUrl_PromisedItems.CheckPromisedItemIsReachable(NSUrl, NSError) Method

Definition

[Foundation.Export("checkPromisedItemIsReachableAndReturnError:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool CheckPromisedItemIsReachable(this Foundation.NSUrl This, out Foundation.NSError error);
[<Foundation.Export("checkPromisedItemIsReachableAndReturnError:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CheckPromisedItemIsReachable : Foundation.NSUrl * NSError -> bool

Parameters

This
NSUrl

The instance on which this method operates.

error
NSError

Returns

Attributes

Applies to