Click or drag to resize
ApplicationPackageProviderGetLatestPackage Method
创建接收到的数据包

Namespace: X3Platform.Apps.DAL.IBatis
Assembly: X3Platform.Apps (in X3Platform.Apps.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public ApplicationPackageInfo GetLatestPackage(
	string applicationId,
	string direction
)

Parameters

applicationId
Type: SystemString
应用标识
direction
Type: SystemString
数据包的编码

Return Value

Type: ApplicationPackageInfo

[Missing <returns> documentation for "M:X3Platform.Apps.DAL.IBatis.ApplicationPackageProvider.GetLatestPackage(System.String,System.String)"]

Implements

IApplicationPackageProviderGetLatestPackage(String, String)
See Also