DiscardingArgs Class

Argument class for discarding partition(s)

Definition

Namespace: Articy.Api
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public class DiscardingArgs : ComplexApiCallArgs
Inheritance
Object    ComplexApiCallArgs    DiscardingArgs

Constructors

DiscardingArgsInitializes a new instance of the DiscardingArgs class

Properties

KeepClaim Initialize this member as true to only publish the changes but keep the claim
LogSourceName The "source" name that should be used when the action that receives the arguments wants to report Progress or other logging output. You will encounter this name as "aMessageSource" within you logging callback
(Inherited from ComplexApiCallArgs)
PartitionGuids the Guids of the partitions that should be discarded.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Extension Methods

TraceError
(Defined by TraceHelper)
TraceInfo
(Defined by TraceHelper)
TraceWarning
(Defined by TraceHelper)

See Also