Class NotificationSafeHandle

Definition

Namespace:
Tizen.Applications.Notifications
Assembly:
Tizen.Applications.Notification.dll
API Level:
4

This class manages the notification handle resources.

C#
Copy
public sealed class NotificationSafeHandle : SafeHandle
Inheritance
NotificationSafeHandle

Constructors

View Source

NotificationSafeHandle()

Initializes a new instance of the NotificationSafeHandle class.

Declaration
C#
Copy
public NotificationSafeHandle()
API Level: 4

Properties

View Source

IsInvalid

Gets a value that indicates whether the handle is invalid.

Declaration
C#
Copy
public override bool IsInvalid { get; }
Property Value
Type Description
Boolean
API Level: 4

Methods

View Source

ReleaseHandle()

Executes the code required to free the NotificationSafeHandle.

Declaration
C#
Copy
protected override bool ReleaseHandle()
Returns
Type Description
Boolean

Extension Methods