MonoTouch.UIKit.UIView.AnimateNotifyAsync Method
Executes the specified animation as an asynchronous operation.

Syntax

public static System.Threading.Tasks.Task<bool> AnimateNotifyAsync (double duration, double delay, UIViewAnimationOptions options, [MonoTouch.ObjCRuntime.BlockProxy(typeof(MonoTouch.ObjCRuntime.Trampolines/NIDNSAction))] MonoTouch.Foundation.NSAction animation)

Parameters

duration
Duration in seconds for the animation.
delay
Delay before the animation begins.
options
Animation options.
animation
The changes to be applied to the view.

Returns

A System.Threading.Task`1 whose Threading.Result indicates whether the animations completed.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MonoTouch.UIKit
Assembly: monotouch (in monotouch.dll)
Assembly Versions: 0.0.0.0