Click or drag to resize

IGHARemoteObjectSetValueForcedAsync Method

Performs the standard SetValue but also triggers the PropertyChanged handler regardless of whether the property has changed or not

Namespace:  RemoteRESTLib
Assembly:  GHARemoteRESTLib (in GHARemoteRESTLib.dll) Version: 1.0.14
Syntax
Task<Object> SetValueForcedAsync(
	string name,
	Object value
)

Parameters

name
Type: SystemString
Name of property to set
value
Type: SystemObject
Value to which to set the property

Return Value

Type: TaskObject

[Missing <returns> documentation for "M:RemoteRESTLib.IGHARemoteObject.SetValueForcedAsync(System.String,System.Object)"]

See Also