Gets or sets whether to generate notifications that will not be lost during failover.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
[ObsoleteAttribute("Since 9.0 - Use durable notifications instead.")] public bool GuaranteedNotifications { get; set; }
<ObsoleteAttribute("Since 9.0 - Use durable notifications instead.")> _ Public Property GuaranteedNotifications As Boolean Get Set
[ObsoleteAttribute(L"Since 9.0 - Use durable notifications instead.")] public: property bool GuaranteedNotifications { bool get (); void set (bool value); }
/** @property */ /** @attribute ObsoleteAttribute("Since 9.0 - Use durable notifications instead.") */ public boolean get_GuaranteedNotifications() /** @property */ /** @attribute ObsoleteAttribute("Since 9.0 - Use durable notifications instead.") */ public void set_GuaranteedNotifications(boolean value)