Click or drag to resize

FallbackGroupTarget Properties

The FallbackGroupTarget type exposes the following members.

Properties
  NameDescription
Public propertyEnableBatchWrite
Gets or sets whether to enable batching, but fallback will be handled individually
Protected propertyIsInitialized
Gets a value indicating whether the target has been initialized.
(Inherited from Target.)
Protected propertyLoggingConfiguration
Gets the logging configuration this target is part of.
(Inherited from Target.)
Public propertyName
Gets or sets the name of the target.
(Inherited from Target.)
Public propertyReturnToFirstOnSuccess
Gets or sets a value indicating whether to return to the first target after any successful write.
Protected propertySyncRoot
Gets the object which can be used to synchronize asynchronous operations that must rely on the .
(Inherited from Target.)
Public propertyTargets
Gets the collection of targets managed by this compound target.
(Inherited from CompoundTargetBase.)
Top
See Also