| Noemax.FastInfoset Namespace > XmlFastInfosetReader Class : ReadElementContentAsAsync Method |
'Declaration <System.Diagnostics.DebuggerStepThroughAttribute()> <System.Runtime.CompilerServices.AsyncStateMachineAttribute(System.Xml.XmlReader+d__13)> <__DynamicallyInvokableAttribute()> Public Function ReadElementContentAsAsync( _ ByVal returnType As System.Type, _ ByVal namespaceResolver As System.Xml.IXmlNamespaceResolver _ ) As System.Threading.Tasks.Task(Of Object)
'Usage Dim instance As XmlFastInfosetReader Dim returnType As System.Type Dim namespaceResolver As System.Xml.IXmlNamespaceResolver Dim value As System.Threading.Tasks.Task(Of Object) value = instance.ReadElementContentAsAsync(returnType, namespaceResolver)
[System.Diagnostics.DebuggerStepThrough()] [System.Runtime.CompilerServices.AsyncStateMachine(System.Xml.XmlReader+d__13)] [__DynamicallyInvokable()] public System.Threading.Tasks.Task<object> ReadElementContentAsAsync( System.Type returnType, System.Xml.IXmlNamespaceResolver namespaceResolver )
public function ReadElementContentAsAsync( returnType: System.Type; namespaceResolver: System.Xml.IXmlNamespaceResolver ): System.Threading.Tasks.Task;
System.Diagnostics.DebuggerStepThroughAttribute() System.Runtime.CompilerServices.AsyncStateMachineAttribute(System.Xml.XmlReader+d__13) __DynamicallyInvokableAttribute() public function ReadElementContentAsAsync( returnType : System.Type, namespaceResolver : System.Xml.IXmlNamespaceResolver ) : System.Threading.Tasks.Task;
[System.Diagnostics.DebuggerStepThrough()] [System.Runtime.CompilerServices.AsyncStateMachine(System.Xml.XmlReader+d__13)] [__DynamicallyInvokable()] public: System.Threading.Tasks.Task<Object*>* ReadElementContentAsAsync( System.Type* returnType, System.Xml.IXmlNamespaceResolver* namespaceResolver )
[System.Diagnostics.DebuggerStepThrough()] [System.Runtime.CompilerServices.AsyncStateMachine(System.Xml.XmlReader+d__13)] [__DynamicallyInvokable()] public: System.Threading.Tasks.Task<Object^>^ ReadElementContentAsAsync( System.Type^ returnType, System.Xml.IXmlNamespaceResolver^ namespaceResolver )
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