ISubscribeClearSubscriptions Method (String, NullableGuid) |
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(
string propertyName,
Nullable<Guid> ownerId = null
)
Sub ClearSubscriptions (
propertyName As String,
Optional ownerId As Nullable(Of Guid) = Nothing
)
void ClearSubscriptions(
String^ propertyName,
Nullable<Guid> ownerId = nullptr
)
abstract ClearSubscriptions :
propertyName : string *
?ownerId : Nullable<Guid>
(* Defaults:
let _ownerId = defaultArg ownerId null
*)
-> unit
Parameters
- propertyName
- Type: SystemString
Name of the property. - ownerId (Optional)
- Type: SystemNullableGuid
The owner identifier.
See Also