Share via


IMobileDeviceService.StopBackup Method

[IMobileDeviceService.StopBackup is no longer available for use as of Windows Server 2012 Essentials.] Stops a backup for a specified device.

Namespace: Microsoft.WindowsServerSolutions.Mobile.Web.Devices
Assembly: MobileWeb (in MobileWeb.dll)

Usage

'Usage
Dim instance As IMobileDeviceService
Dim deviceId As String
Dim returnValue As Boolean

returnValue = instance.StopBackup(deviceId)

Syntax

'Declaration
<OperationContractAttribute> _
Function StopBackup ( _
    deviceId As String _
) As Boolean
[OperationContractAttribute] 
bool StopBackup (
    string deviceId
)
[OperationContractAttribute] 
bool StopBackup (
    String^ deviceId
)
/** @attribute OperationContractAttribute() */ 
boolean StopBackup (
    String deviceId
)
OperationContractAttribute 
function StopBackup (
    deviceId : String
) : boolean

Parameters

  • deviceId
    Unique device ID.

Return Value

Returns Boolean. true if the backup has stopped; otherwise false.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008 R2 x64, Windows 7 x64, Windows Server 2008 x64, Windows Vista x64

See Also

Reference

IMobileDeviceService Interface
IMobileDeviceService Members
Microsoft.WindowsServerSolutions.Mobile.Web.Devices Namespace

Copyright © 2012 by Microsoft Corporation. All rights reserved.