C# Class Whitelog.Core.LogScopeSyncImplementation.LogScopeSyncFactory

Exibir arquivo Open project: ronenbarak/Whitelog

Public Methods

Method Description
Create ( ) : ILogScopeSyncImplementation
Free ( ILogScopeSyncImplementation implementation ) : void

Private Methods

Method Description
LogScopeSyncFactory ( ) : System

Method Details

Create() public static method

public static Create ( ) : ILogScopeSyncImplementation
return ILogScopeSyncImplementation

Free() public static method

public static Free ( ILogScopeSyncImplementation implementation ) : void
implementation ILogScopeSyncImplementation
return void