MetadataCacheVaultDisconnectDevice Method

Disconnects the specified device of the logged-in user from the server.

Definition

Namespace: MFiles.VAF.MetadataCache
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public void DisconnectDevice(
	string DeviceToken
)

Parameters

DeviceToken  String
The device token of the device to be disconnected from the server.

Implements

IVault.DisconnectDevice(String)

See Also