GetLineAsync Method
Gets a line of text from the server.
Syntax
[VB.NET] Public Function GetLineAsync() As IAsyncOperation<string>
[C#] public IAsyncOperation<string> GetLineAsync();
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetLineAsync MethodGets a line of text from the server. Syntax[VB.NET] Public Function GetLineAsync() As IAsyncOperation<string> [C#] public IAsyncOperation<string> GetLineAsync(); RemarksThis method is the asynchronous version of the GetLine method and is used to support asynchronous operations in WinRT. Please refer to GetLine for more information. |
||