Click or drag to resize

JsonConvertDeserializeObjectAsync Method (String)

Note: This API is now obsolete.

Namespace:  Newtonsoft.Json
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
[ObsoleteAttribute("DeserializeObjectAsync is obsolete. Use the Task.Factory.StartNew method to deserialize JSON asynchronously: Task.Factory.StartNew(() => DeserializeObject(value))")]
public static Task<Object> DeserializeObjectAsync(
	string value
)

Parameters

value
Type: SystemString

Return Value

Type: TaskObject
See Also