For the complete documentation index, see llms.txt. This page is also available as Markdown.

IEvent Subscription

IEventSubscription Interface

Token representing an event subscription.

Syntax

public interface IEventSubscription

Member Details

Active Property

Is this subscription is still listening for events.

Syntax

public bool Active { get; }

Value

Will return false if this subscription has been unsubscribed or is not persistent and an event has been generated.

Remarks

Requirements

Namespace: Sansar.Script Assembly: Sansar.Script (in Sansar.Script.dll) Assembly Versions: 1.0.0.0


Unsubscribe Method

Removes this subscription.

Syntax

public void Unsubscribe ()

Remarks

Requirements

Namespace: Sansar.Script Assembly: Sansar.Script (in Sansar.Script.dll) Assembly Versions: 1.0.0.0



Last updated