AbortListOperation Method

Cancels an operation being performed against an existing list.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
Public Sub AbortListOperation ( _
    operationId As Guid _
)
'Usage
Dim instance As MailingListManager
Dim operationId As Guid

instance.AbortListOperation(operationId)
public void AbortListOperation(
    Guid operationId
)
public:
void AbortListOperation(
    Guid operationId
)
public function AbortListOperation(
    operationId : Guid
)

Parameters

Remarks

Aborts the specified list operation. Any modifications that happened with the list up to the point will be kept. ListOperationStatusCode enumeration will become UserAbortRequested until the cancel is complete then UserAborted.

Permissions

See Also

Reference

MailingListManager Class

MailingListManager Members

Microsoft.CommerceServer.Marketing Namespace