NbObjectSyncManagerRemoveSyncScope Method |
同期範囲を削除。
Namespace: Nec.NebulaAssembly: Nec.Nebula.Offline (in Nec.Nebula.Offline.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax public void RemoveSyncScope(
string bucketName
)
Public Sub RemoveSyncScope (
bucketName As String
)
public:
void RemoveSyncScope(
String^ bucketName
)
member RemoveSyncScope :
bucketName : string -> unit
Parameters
- bucketName
- Type: SystemString
バケット名
Exceptions Exception | Condition |
---|
ArgumentNullException | バケット名がnull |
Remarks
同期範囲を削除した場合、前回同期時刻は破棄する。
同期中の同期範囲の削除はしないこと。
Version Information Offline
Supported in: 1.0
See Also