C# Class Books.Server.BooksService

Inheritance: IBooks
Show file Open project: appacitive/Profiling

Public Methods

Method Description
GetBooks ( ) : List
GetBooksMultiThread ( ) : List

Private Methods

Method Description
GetLinqContext ( ) : TestDbDataContext
GetSqlServerConnection ( ) : DbConnection
Internal1 ( ) : void
Internal2 ( ) : void
InternalGetMultiTBooks ( ) : List
LinqTestMethod ( ) : string
MTPrivate1 ( List result, Object sync ) : Thread
MTPrivate2 ( List result, Object sync ) : Thread
PrivateLinqTestMethod ( ) : void
PrivateSqlTestMethod ( ) : void
SqlTestMethod ( ) : string

Method Details

GetBooks() public method

public GetBooks ( ) : List
return List

GetBooksMultiThread() public method

public GetBooksMultiThread ( ) : List
return List