Click or drag to resize
weroSoft AG, Software
IProcessInfoService 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 process info service.

Namespace:  WeroSoft.ProcessManagement.Automation
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public interface IProcessInfoService : IDisposable

The IProcessInfoService type exposes the following members.

Properties
  NameDescription
Public propertyIsClientSide
Gets a value indicating whether the process is running on client side.
Public propertyIsServerSide
Gets a value whether the process is running on server side or not.
Public propertyOwner
Gets the owner of the process.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetProcessInfo
Get the process info data object.
Public methodGetValueTValue(String)
Gets a value from the value store.
Public methodGetValueTValue(String, TValue)
Gets a value from the value store.
Public methodRemoveValue
Removes the value by the given key from the value store.
Public methodSetApplicationIconPath
Sets the application icon path.
Public methodSetApplicationId
Sets the application identifier.
Public methodSetApplicationName
Sets the name of the process.
Public methodSetOwner
Sets the owner of the process.
Public methodSetPath
Sets the path string used for the application.
Public methodSetValueTValue
Sets a value to the value store.
Top
Events
  NameDescription
Public eventVerifyProcessOwner
Raised if the process configuration is changed.
Top
See Also