NbObjectSyncManagerGetAllSyncScopes Method |
設定されている同期範囲の一覧を返却。
Namespace: Nec.NebulaAssembly: Nec.Nebula.Offline (in Nec.Nebula.Offline.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax public Dictionary<string, NbQuery> GetAllSyncScopes()
Public Function GetAllSyncScopes As Dictionary(Of String, NbQuery)
public:
Dictionary<String^, NbQuery^>^ GetAllSyncScopes()
member GetAllSyncScopes : unit -> Dictionary<string, NbQuery>
Return Value
Type:
DictionaryString,
NbQueryバケット名と同期範囲のディクショナリ
Remarks
同期範囲が設定されていない場合、空のディクショナリを返却する。
Version Information Offline
Supported in: 1.0
See Also