Click or drag to resize

IGHARemoteObjectSetValueAsync Method (String, Object, Int32)

Internal use only

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

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:RemoteRESTLib.IGHARemoteObject.SetValueAsync(System.String,System.Object,System.Int32)"]

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:RemoteRESTLib.IGHARemoteObject.SetValueAsync(System.String,System.Object,System.Int32)"]

flags
Type: SystemInt32

[Missing <param name="flags"/> documentation for "M:RemoteRESTLib.IGHARemoteObject.SetValueAsync(System.String,System.Object,System.Int32)"]

Return Value

Type: TaskObject

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

See Also