FastInfoset.NET Class Reference for .NET
WriteQualifiedNameAsync Method (XmlFastInfosetWriter)






Syntax
'Declaration
 
<System.Diagnostics.DebuggerStepThroughAttribute()>
<System.Runtime.CompilerServices.AsyncStateMachineAttribute(System.Xml.XmlWriter+d__3)>
<__DynamicallyInvokableAttribute()>
Public Function WriteQualifiedNameAsync( _
   ByVal localName As System.String, _
   ByVal ns As System.String _
) As System.Threading.Tasks.Task
'Usage
 
Dim instance As XmlFastInfosetWriter
Dim localName As System.String
Dim ns As System.String
Dim value As System.Threading.Tasks.Task
 
value = instance.WriteQualifiedNameAsync(localName, ns)
[System.Diagnostics.DebuggerStepThrough()]
[System.Runtime.CompilerServices.AsyncStateMachine(System.Xml.XmlWriter+d__3)]
[__DynamicallyInvokable()]
public System.Threading.Tasks.Task WriteQualifiedNameAsync( 
   System.string localName,
   System.string ns
)
public function WriteQualifiedNameAsync( 
    localName: System.String;
    ns: System.String
): System.Threading.Tasks.Task; 
System.Diagnostics.DebuggerStepThroughAttribute()
System.Runtime.CompilerServices.AsyncStateMachineAttribute(System.Xml.XmlWriter+d__3)
__DynamicallyInvokableAttribute()
public function WriteQualifiedNameAsync( 
   localName : System.String,
   ns : System.String
) : System.Threading.Tasks.Task;
[System.Diagnostics.DebuggerStepThrough()]
[System.Runtime.CompilerServices.AsyncStateMachine(System.Xml.XmlWriter+d__3)]
[__DynamicallyInvokable()]
public: System.Threading.Tasks.Task* WriteQualifiedNameAsync( 
   System.string* localName,
   System.string* ns
) 
[System.Diagnostics.DebuggerStepThrough()]
[System.Runtime.CompilerServices.AsyncStateMachine(System.Xml.XmlWriter+d__3)]
[__DynamicallyInvokable()]
public:
System.Threading.Tasks.Task^ WriteQualifiedNameAsync( 
   System.String^ localName,
   System.String^ ns
) 

Parameters

localName
ns
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

XmlFastInfosetWriter Class
XmlFastInfosetWriter Members

Send Feedback