XmlTextReader.GetValueAsync Method
Definition
public override System.Threading.Tasks.Task<string> GetValueAsync ();
override this.GetValueAsync : unit -> System.Threading.Tasks.Task<string>
Public Overrides Function GetValueAsync () As Task(Of String)
Returns
- Task<String>
Applies to