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
)
Function SetValueForcedAsync (
name As String,
value As Object
) As Task(Of Object)
Task<Object^>^ SetValueForcedAsync(
String^ name,
Object^ value
)
abstract SetValueForcedAsync :
name : string *
value : Object -> Task<Object>
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