Click or drag to resize
weroSoft AG, Software
IExecutionInfo Interface
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the responsibility of the execution info.

Namespace:  WeroSoft.Communication.Data
Assembly:  WeroSoft.Communication.Library (in WeroSoft.Communication.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public interface IExecutionInfo : IFeature, 
	IDisposableComponent, IDisposable, ITraceInfoProvider

The IExecutionInfo type exposes the following members.

Properties
  NameDescription
Public propertyExecutionEngineMetaInfo
Gets the execution engine to be used for dispatching this request.
Public propertyExecutionMethodMetaInfo
Gets the execution method info used for dispatching this request.
Public propertyIsFramework
Gets a value indicating whether the property is a framework property.
(Inherited from IFeature.)
Public propertyThreadCulture
Gets the thread culture.
Public propertyThreadResourceCulture
Gets the thread resource culture.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodDispose(Object, DisposeEventArgs)
Called if the component gets disposed.
(Inherited from IDisposableComponent.)
Public methodToTraceString
Creates an object specific string which can be written into the trace.
(Inherited from ITraceInfoProvider.)
Top
See Also