IFSManageableResourceMaintenanceOperations.StartCheckWithTask Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("startCheckWithTask:options:error:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSProgress StartCheckWithTask(FSKit.FSTask task, FSKit.FSTaskOptions options, out Foundation.NSError? error);
[<Foundation.Export("startCheckWithTask:options:error:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member StartCheckWithTask : FSKit.FSTask * FSKit.FSTaskOptions * NSError -> Foundation.NSProgress
override this.StartCheckWithTask : FSKit.FSTask * FSKit.FSTaskOptions * NSError -> Foundation.NSProgress
Parameters
- task
- FSTask
- options
- FSTaskOptions
- error
- NSError
Returns
- Attributes