IApplicationPackageProviderGetPackage Method |
查找数据包
Namespace: X3Platform.Apps.IDALAssembly: X3Platform.Apps (in X3Platform.Apps.dll) Version: 1.0.0.0 (2.0.0.0)
SyntaxApplicationPackageInfo GetPackage(
string applicationId,
string direction,
int code
)
ApplicationPackageInfo^ GetPackage(
String^ applicationId,
String^ direction,
int code
)
Parameters
- applicationId
- Type: SystemString
应用标识 - direction
- Type: SystemString
数据包的流向: In | Out - code
- Type: SystemInt32
数据包的编码
Return Value
Type:
ApplicationPackageInfo[Missing <returns> documentation for "M:X3Platform.Apps.IDAL.IApplicationPackageProvider.GetPackage(System.String,System.String,System.Int32)"]
See Also