CascadingParameterSubscription Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This class represents an active subscription to a cascading parameter. The implementation is responsible for providing the current value and notifying about changes by causing the subscriber component to re-render when necessary.
public abstract class CascadingParameterSubscription : IDisposable
type CascadingParameterSubscription = class
interface IDisposable
Public MustInherit Class CascadingParameterSubscription
Implements IDisposable
- Inheritance
-
CascadingParameterSubscription
- Implements
Constructors
| Name | Description |
|---|---|
| CascadingParameterSubscription() | |
Methods
| Name | Description |
|---|---|
| Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| GetCurrentValue() |
Function that returns the current value for the subscription. |