Table of Contents

Interface IResult

Namespace
SunamoInterfaces.Interfaces
Assembly
SunamoInterfaces.dll

Interface for result handling. Note: Don't use this, use IControlWithResult instead. Only for closing operations.

public interface IResult
Extension Methods

Events

Finished

Event raised when operation is finished. Note: Don't use this, use IControlWithResult instead.

event Action<object> Finished

Event Type

Action<object>