Cocktail Help Reference
BusyWatcher Class Members
See Also  Properties  Methods  Events Send Feedback
Cocktail Assembly > Cocktail Namespace : BusyWatcher Class


Glossary Item Box

The following tables list the members exposed by BusyWatcher.

Public Constructors

 NameDescription
Public ConstructorBusyWatcher Constructor  
Top

Public Properties

 NameDescription
Public PropertyIsBusyReturns true if the state of the BusyWatcher is currently busy. This property can be directly bound to a busy indicator control in XAML.  
Top

Public Methods

 NameDescription
Public MethodAddWatchIncrements the internal busy counter.  
Public MethodGetTicketReturns a disposable ticket to manage busy state around a using() scope.  
Public MethodNotifyOfPropertyChangeOverloaded.  (Inherited from Caliburn.Micro.PropertyChangedBase)
Public MethodOnDeserialized (Inherited from Caliburn.Micro.PropertyChangedBase)
Public MethodRefresh (Inherited from Caliburn.Micro.PropertyChangedBase)
Public MethodRemoveWatchDecrements the internal busy counter.  
Public MethodShouldSerializeIsNotifying (Inherited from Caliburn.Micro.PropertyChangedBase)
Top

Public Events

 NameDescription
Public EventPropertyChanged (Inherited from Caliburn.Micro.PropertyChangedBase)
Top

See Also

© 2013 All Rights Reserved.