Hi all, 

I'm trying to make use of the Xamarin MobileAPI, specifically the image 
capture. When using the TakePhotoAsync() method I need to be able to Cancel the 
action in code (implement a timeout). 

I was hoping to be able to call either a Cancel() method on the MediaPicker() 
class or pass in a CancellationTokenSource.Token as a param in the 
TakePhotoAsync() method which I could then call Cancel() on when required but 
there doesn't seem to be any code based cancellation available. 

Am I going about this the wrong way? 

Any tips would be appreciated

Regards

Gareth
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to