[This is preliminary documentation and is subject to change.]
Method for handling the call to MultiArchive web service to end the creation of a new item.
This method wraps the call to the proxy and is used when the asynchronous call to CreateItem is used.
Namespace: MultiArchive.SDK.Services
Assembly: MultiArchive.SDK (in MultiArchive.SDK.dll) Version: 1.2.30.413 (1.2.30.413)
Syntax
C# |
---|
public string EndcreateItem(
IAsyncResult ar
) |
Visual Basic |
---|
Public Function EndcreateItem (
ar As IAsyncResult
) As String |
Visual C++ |
---|
public:
String^ EndcreateItem(
IAsyncResult^ ar
) |
Parameters
- ar
- Type: System..::..IAsyncResult
An IAsyncResult object containing information about the asynchronous call to CreateItem.
Return Value
Type:
StringThe returned object from this method is a string representation of the item URN returned from MultiArchive.
Exceptions
See Also