AsyncLock.Wait Method

Namespace:  Microsoft.Phone.Reactive
Assembly:  Microsoft.Phone.Reactive (in Microsoft.Phone.Reactive.dll)

Syntax

'Declaration
Public Sub Wait ( _
    action As Action _
)
public void Wait(
    Action action
)
public:
void Wait(
    Action^ action
)
member Wait : 
        action:Action -> unit

Parameters

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

AsyncLock Class

Microsoft.Phone.Reactive Namespace