C# Class MonoStockPortfolio.Framework.OnWorkerThreadAttribute

Inheritance: MethodInterceptionAspect
Show file Open project: mgroves/MonodroidStockPortfolio

Public Properties

Property Type Description
ThreadingService IThreadingService

Public Methods

Method Description
OnInvoke ( MethodInterceptionArgs args ) : void

Method Details

OnInvoke() public method

public OnInvoke ( MethodInterceptionArgs args ) : void
args MethodInterceptionArgs
return void

Property Details

ThreadingService public static property

public static IThreadingService ThreadingService
return IThreadingService