TechTalk Genome v4.2

LocalContext.Create Method

This area of Genome is subject to change.

Creates a new Context instance that can be used to encapsulate access to all DataDomains in the calling AppDomain.

Overload List

This area of Genome is subject to change. Creates a new Context instance that can be used to encapsulate access to all DataDomains in the calling AppDomain.

public static Context Create();

This area of Genome is subject to change. Creates a new Context instance that can be used to encapsulate access to all DataDomains in the calling AppDomain. The created Context will be inherited from the specified Context.

public static Context Create(IContext);

This area of Genome is subject to change. Creates a new Context instance that can be used to encapsulate access to all DataDomains in the calling AppDomain. The created Context will be inherited from the specified Context and will use the specified LockingSemanticsBindings for locking.

public static Context Create(IContext,LockingSemanticsBindings);

This area of Genome is subject to change. Creates a new Context instance that can be used to encapsulate access to all DataDomains in the calling AppDomain. The created Context will be inherited from the specified Context, will use the specified LockingSemanticsBindings for locking and will have a caching behavior governed by the specified CacheConfiguration.

public static Context Create(IContext,LockingSemanticsBindings,CacheConfiguration);

This area of Genome is subject to change. Creates a new Context instance that can be used to encapsulate access to all DataDomains in the calling AppDomain. The created Context will be inherited from the specified Context, will use the specified LockingSemanticsBindings for locking, will have a caching behavior governed by the specified CacheConfiguration and will have a default data retrieval behavior defined by the specified DataRetrievalConfiguration.

public static Context Create(IContext,LockingSemanticsBindings,CacheConfiguration,DataRetrievalConfiguration);

This area of Genome is subject to change. Creates a new Context instance that can be used to encapsulate access to all DataDomains in the calling AppDomain. The created Context will be inherited from the specified Context, will use the specified LockingSemanticsBindings for locking, will have a caching behavior governed by the specified CacheConfiguration and will have a default data retrieval behavior defined by the specified DataRetrievalConfiguration.

public static Context Create(IContext,LockingSemanticsBindings,CacheConfiguration,DataRetrievalConfiguration,CommitArgs);

This area of Genome is subject to change. Creates a new Context instance that can be used to encapsulate access to all DataDomains in the calling AppDomain. The created Context will use the specified LockingSemanticsBindings for locking persistent objects.

public static Context Create(LockingSemanticsBindings);

This area of Genome is subject to change. Creates a new Context instance that can be used to encapsulate access to all DataDomains in the calling AppDomain. The created Context will use the specified LockingSemanticsBindings for locking persistent objects.

public static Context Create(LockingSemanticsBindings,CommitArgs);

See Also

LocalContext Class | TechTalk.Genome Namespace