BatchHubServiceWebServiceClientBatchHubCreateFileContent Method |
Namespace:
PDTec.IceNet.Domain.BatchHub.Service.WebServiceClient
Assembly:
PDTec.IceNet.Domain.BatchHub (in PDTec.IceNet.Domain.BatchHub.dll) Version: 7.0.0.0 (7.0.6906.26599)
Syntaxpublic ServiceResult BatchHubCreateFileContent(
string vaultName,
long contentSize,
string contentHash,
out string contentUuid,
out string createUrl,
out string appendUrl
)
Parameters
- vaultName
- Type: SystemString
- contentSize
- Type: SystemInt64
- contentHash
- Type: SystemString
- contentUuid
- Type: SystemString
- createUrl
- Type: SystemString
- appendUrl
- Type: SystemString
Return Value
Type:
ServiceResultImplements
IBatchHubServiceBatchHubCreateFileContent(String, Int64, String, String, String, String)
See Also