IApplicationPackageServiceCreateReceivedPackage Method (String, Int32, String, XmlDocument) |
创建接收到的数据包
Namespace: X3Platform.Apps.IBLLAssembly: X3Platform.Apps (in X3Platform.Apps.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxint CreateReceivedPackage(
string applicationId,
int code,
string path,
XmlDocument doc
)
int CreateReceivedPackage(
String^ applicationId,
int code,
String^ path,
XmlDocument^ doc
)
Parameters
- 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.Int32,System.String,System.Xml.XmlDocument)"]
See Also