IFSManageableResourceMaintenanceOperations.StartFormat 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("startFormatWithTask:options:error:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSProgress? StartFormat(FSKit.FSTask task, FSKit.FSTaskOptions options, out Foundation.NSError? error);
[<Foundation.Export("startFormatWithTask:options:error:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member StartFormat : FSKit.FSTask * FSKit.FSTaskOptions * NSError -> Foundation.NSProgress
override this.StartFormat : FSKit.FSTask * FSKit.FSTaskOptions * NSError -> Foundation.NSProgress
Parameters
- task
- FSTask
- options
- FSTaskOptions
- error
- NSError
Returns
- Attributes