Click or drag to resize

ModuleStatisticGetDifference Method (ModuleStatistic, ModuleStatistic)

Gives a ModuleStatistic of difference between Abo and in use

Namespace:  SOWIData.Management.Extension
Assembly:  SOWIData.Management (in SOWIData.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public static ModuleStatistic GetDifference(
	this ModuleStatistic pModuleStatisticAbo,
	ModuleStatistic pModuleStatisticInUse
)

Parameters

pModuleStatisticAbo
Type: SOWIData.Management.ModelsModuleStatistic
pModuleStatisticInUse
Type: SOWIData.Management.ModelsModuleStatistic

Return Value

Type: ModuleStatistic

[Missing <returns> documentation for "M:SOWIData.Management.Extension.ModuleStatistic.GetDifference(SOWIData.Management.Models.ModuleStatistic,SOWIData.Management.Models.ModuleStatistic)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ModuleStatistic. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also