IApplicationFeatureServiceFetchNeededSyncData Method |
获取需要同步的数据
Namespace: X3Platform.Apps.IBLLAssembly: X3Platform.Apps (in X3Platform.Apps.dll) Version: 1.0.0.0 (2.0.0.0)
SyntaxIList<ApplicationFeatureInfo> FetchNeededSyncData(
DateTime beginDate,
DateTime endDate
)
IList<ApplicationFeatureInfo^>^ FetchNeededSyncData(
DateTime beginDate,
DateTime endDate
)
Parameters
- beginDate
- Type: SystemDateTime
开始时间 - endDate
- Type: SystemDateTime
结束时间
Return Value
Type:
IListApplicationFeatureInfo[Missing <returns> documentation for "M:X3Platform.Apps.IBLL.IApplicationFeatureService.FetchNeededSyncData(System.DateTime,System.DateTime)"]
See Also