UpdateFileAttributesAsync Method
Instructs the component to send the FileAttributes to the server.
Syntax
[VB.NET] Public Function UpdateFileAttributesAsync() As IAsyncAction
[C#] public IAsyncAction UpdateFileAttributesAsync();
IP*Works! SSH V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
UpdateFileAttributesAsync MethodInstructs the component to send the FileAttributes to the server. Syntax[VB.NET] Public Function UpdateFileAttributesAsync() As IAsyncAction [C#] public IAsyncAction UpdateFileAttributesAsync(); RemarksThis method is the asynchronous version of the UpdateFileAttributes method and is used to support asynchronous operations in WinRT. Please refer to UpdateFileAttributes for more information. |
||