sealed class NotificationOutcome


Base class:

This type does not have any base class

Implemented interfaces:

This type does not implements any interface.

Derived types:

This type is not derived by any type in DocsMarshal.


Constructors

NotificationOutcome ()


Properties

Int64 Failure { get; set; }


String NotificationId { get; set; }


List<RegistrationResult> Results { get; set; }


NotificationOutcomeState State { get; }


Int64 Success { get; set; }


String TrackingId { get; }