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