Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method is used to abort the specified list operation.
Namespace: Microsoft.CommerceServer.Marketing.WebService
Assembly: Microsoft.CommerceServer.Marketing.DataManagement (in Microsoft.CommerceServer.Marketing.DataManagement.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Overridable Sub AbortListOperation ( _
operationId As Guid _
)
'Usage
Dim instance As MarketingWebService
Dim operationId As Guid
instance.AbortListOperation(operationId)
[WebMethodAttribute]
public virtual void AbortListOperation(
Guid operationId
)
[WebMethodAttribute]
public:
virtual void AbortListOperation(
Guid operationId
)
public function AbortListOperation(
operationId : Guid
)
Parameters
- operationId
Type: System..::.Guid
Id of the operation list to be aborted.
Exceptions
| Exception | Condition |
|---|---|
| NotAuthorizedException | The calling user is not authorized to perform this operation. |
| ServerFaultException | An unexpected error occurred on the server. |
Remarks
Any modifications that happened with the list up to the point will be kept. Operation status will become "UserAbortInProgress", 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.