BackgroundAction TParam, TReturn  MembersA Sandcastle Documented Class Library

The BackgroundAction TParam, TReturn  type exposes the following members.
Constructors

  NameDescription
Public methodBackgroundAction TParam, TReturn (Func TParam, TReturn )
Initializes an action
Public methodBackgroundAction TParam, TReturn (Func TParam, TReturn , TParam)
Initializes an action
Public methodBackgroundAction TParam, TReturn (Func TParam, TReturn , EventHandler ActionDoneEventArgs TReturn  , TParam)
Initializes an action
Back to Top
Methods

  NameDescription
Public methodDo
Starts the action in a new thread. Raises event "OnDone" when done.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Private propertyBGTagk
Private propertyParameter
Public propertyStatusText
Back to Top
Events

  NameDescription
Public eventOnDone
Back to Top
See Also