ItemService.EndcreateItem Method

MultiArchive SDK .NET

Collapse image Expand Image Copy image CopyHover image

[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: String
The returned object from this method is a string representation of the item URN returned from MultiArchive.

Exceptions

Exception Condition
MultiArchive.SDK.Services.Exceptions..::..ItemException Throws an ItemException if an error occurs during the handling of the EndcreateItem-call in MultiArchive web service.
MultiArchive.SDK.Services.Exceptions..::..MultiArchiveSDKException Throws a MultiArchiveSDKException if an unexpected error occurs.

See Also