FastInfoset.NET Class Reference for .NET
ReadContentAsObjectAsync Method (XmlFastInfosetReader)






Syntax
'Declaration
 
<__DynamicallyInvokableAttribute()>
<System.Runtime.CompilerServices.AsyncStateMachineAttribute(System.Xml.XmlReader+d__0)>
<System.Diagnostics.DebuggerStepThroughAttribute()>
Public Function ReadContentAsObjectAsync() As System.Threading.Tasks.Task(Of Object)
'Usage
 
Dim instance As XmlFastInfosetReader
Dim value As System.Threading.Tasks.Task(Of Object)
 
value = instance.ReadContentAsObjectAsync()
[__DynamicallyInvokable()]
[System.Runtime.CompilerServices.AsyncStateMachine(System.Xml.XmlReader+d__0)]
[System.Diagnostics.DebuggerStepThrough()]
public System.Threading.Tasks.Task<object> ReadContentAsObjectAsync()
public function ReadContentAsObjectAsync(): System.Threading.Tasks.Task; 
__DynamicallyInvokableAttribute()
System.Runtime.CompilerServices.AsyncStateMachineAttribute(System.Xml.XmlReader+d__0)
System.Diagnostics.DebuggerStepThroughAttribute()
public function ReadContentAsObjectAsync() : System.Threading.Tasks.Task;
[__DynamicallyInvokable()]
[System.Runtime.CompilerServices.AsyncStateMachine(System.Xml.XmlReader+d__0)]
[System.Diagnostics.DebuggerStepThrough()]
public: System.Threading.Tasks.Task<Object*>* ReadContentAsObjectAsync(); 
[__DynamicallyInvokable()]
[System.Runtime.CompilerServices.AsyncStateMachine(System.Xml.XmlReader+d__0)]
[System.Diagnostics.DebuggerStepThrough()]
public:
System.Threading.Tasks.Task<Object^>^ ReadContentAsObjectAsync(); 
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XmlFastInfosetReader Class
XmlFastInfosetReader Members

Send Feedback