Click or drag to resize

PsrTransactionResultSuccess Class

Inheritance Hierarchy

Namespace:  PsrApi.Synchronization
Assembly:  PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
public class PsrTransactionResultSuccess : PsrTransactionResult

The PsrTransactionResultSuccess type exposes the following members.

Constructors
  NameDescription
Public methodPsrTransactionResultSuccess
Initializes a new instance of the PsrTransactionResultSuccess class
Top
Properties
  NameDescription
Public property__type
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldDateTimeUtc
Gibt an, wann die Transaktion durchgeführt worden ist.
(Inherited from PsrTransactionResult.)
Public fieldExecutedSyncOperation
Die Operation die vom Server ausgeführt wurde
(Inherited from PsrTransactionResult.)
Public fieldSyncOperation
Die Operation, die vom Client ausgeführt werden sollte
(Inherited from PsrTransactionResult.)
Top
See Also