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