Cloud Storage Integrator - Online Help
Cloud Storage Integrator
Questions / Feedback?

WaitForChangesAsync Method

This method waits for changes to a folder for a specified period of time.

Syntax

[VB.NET]
Public Function WaitForChangesAsync(ByVal Timeout As Integer) As IAsyncOperation<bool>
[C#]
public IAsyncOperation<bool> WaitForChangesAsync(int timeout);

Remarks

This method is the asynchronous version of the WaitForChanges method and is used to support asynchronous operations in WinRT. Please refer to WaitForChanges for more information.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 1.0.6240.0