EndExport Method
This method allows the caller to find out if any exceptions occurred during the export.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Sub EndExport ( _
asyncResult As IAsyncResult _
)
'Usage
Dim instance As MailingListManager
Dim asyncResult As IAsyncResult
instance.EndExport(asyncResult)
public void EndExport(
IAsyncResult asyncResult
)
public:
void EndExport(
IAsyncResult^ asyncResult
)
public function EndExport(
asyncResult : IAsyncResult
)
Parameters
- asyncResult
Type: System..::.IAsyncResult
The IAsyncResult retrieved through a call to BeginExport or through the AsyncCallback delegate used.
Remarks
The proxy class calls the EndExport method to complete an asynchronous invocation call to the XML Web service method. This method gets the return value of the asynchronous operation represented by the asyncResult object, returned when calling the Export method. If the asynchronous operation has not completed, this method will wait until the result is available.
The IAsyncResult stores state information and any user defined data for this asynchronous operation.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.