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
- operationId
Type: System..::.Guid
Identifier of the operation to cancel.
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
- 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.