Click or drag to resize
IApplicationPackageServiceCreateReceivedPackage Method (String, String, Int32, String, XmlDocument)
创建接收到的数据包

Namespace: X3Platform.Apps.IBLL
Assembly: X3Platform.Apps (in X3Platform.Apps.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
int CreateReceivedPackage(
	string id,
	string applicationId,
	int code,
	string path,
	XmlDocument doc
)

Parameters

id
Type: SystemString

[Missing <param name="id"/> documentation for "M:X3Platform.Apps.IBLL.IApplicationPackageService.CreateReceivedPackage(System.String,System.String,System.Int32,System.String,System.Xml.XmlDocument)"]

applicationId
Type: SystemString
应用标识
code
Type: SystemInt32
数据包的编码
path
Type: SystemString
数据包的物理路径
doc
Type: System.XmlXmlDocument
数据包的详细数据

Return Value

Type: Int32

[Missing <returns> documentation for "M:X3Platform.Apps.IBLL.IApplicationPackageService.CreateReceivedPackage(System.String,System.String,System.Int32,System.String,System.Xml.XmlDocument)"]

See Also