This class holds 'event-reason-value' values.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public class EventReason
Public Class EventReason
public ref class EventReason
type EventReason = class end
Members
All Members | Constructors | Methods | Fields | ||
Icon | Member | Description |
---|---|---|
SIP_t_SubscriptionState..::..EventReason()()()() | Initializes a new instance of the SIP_t_SubscriptionState..::..EventReason class | |
deactivated |
The subscription has been terminated, but the subscriber SHOULD retry immediately
with a new subscription. One primary use of such a status code is to allow migration of
subscriptions between nodes. The "retry-after" parameter has no semantics for "deactivated".
| |
Equals(Object) | (Inherited from Object.) | |
Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
giveup |
The subscription has been terminated because the notifier could not obtain authorization in a
timely fashion. If a "retry-after" parameter is also present, the client SHOULD wait at least
the number of seconds specified by that parameter before attempting to re-subscribe; otherwise,
the client MAY retry immediately, but will likely get put back into pending state.
| |
MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
noresource |
The subscription has been terminated because the resource state which was being monitored
no longer exists. Clients SHOULD NOT attempt to re-subscribe. The "retry-after" parameter
has no semantics for "noresource".
| |
probation |
The subscription has been terminated, but the client SHOULD retry at some later time.
If a "retry-after" parameter is also present, the client SHOULD wait at least the number of
seconds specified by that parameter before attempting to re-subscribe.
| |
rejected |
The subscription has been terminated due to change in authorization policy.
Clients SHOULD NOT attempt to re-subscribe. The "retry-after" parameter has no
semantics for "rejected".
| |
timeout |
The subscription has been terminated because it was not refreshed before it expired.
Clients MAY re-subscribe immediately. The "retry-after" parameter has no semantics for "timeout".
| |
ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
Inheritance Hierarchy
Object | |
SIP_t_SubscriptionState..::..EventReason |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119