Click or drag to resize

ISubscribe.ClearSubscriptions<T> Method (Expression<Func<T>>, Nullable<Guid>)

Clears the subscriptions.

Namespace:  Xcalibur.Extensions.MVVM.Interfaces
Assembly:  Xcalibur.Extensions.MVVM (in Xcalibur.Extensions.MVVM.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void ClearSubscriptions<T>(
	Expression<Func<T>> property,
	Nullable<Guid> ownerId = null
)

Parameters

property
Type: System.Linq.Expressions.Expression<Func<T>>
The property.
ownerId (Optional)
Type: System.Nullable<Guid>
The owner identifier.

Type Parameters

T
See Also