Click or drag to resize
MessageCollectionCountMessageTypes Method

[This is preliminary documentation and is subject to change.]

Count messages by type

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
public void CountMessageTypes(
	out int errors,
	out int warnings,
	out int informations,
	out int exceptions,
	out int debugmessages
)

Parameters

errors
Type: SystemInt32

[Missing <param name="errors"/> documentation for "M:CSC.SC.TOPICA4.Template.MessageCollection.CountMessageTypes(System.Int32@,System.Int32@,System.Int32@,System.Int32@,System.Int32@)"]

warnings
Type: SystemInt32

[Missing <param name="warnings"/> documentation for "M:CSC.SC.TOPICA4.Template.MessageCollection.CountMessageTypes(System.Int32@,System.Int32@,System.Int32@,System.Int32@,System.Int32@)"]

informations
Type: SystemInt32

[Missing <param name="informations"/> documentation for "M:CSC.SC.TOPICA4.Template.MessageCollection.CountMessageTypes(System.Int32@,System.Int32@,System.Int32@,System.Int32@,System.Int32@)"]

exceptions
Type: SystemInt32

[Missing <param name="exceptions"/> documentation for "M:CSC.SC.TOPICA4.Template.MessageCollection.CountMessageTypes(System.Int32@,System.Int32@,System.Int32@,System.Int32@,System.Int32@)"]

debugmessages
Type: SystemInt32

[Missing <param name="debugmessages"/> documentation for "M:CSC.SC.TOPICA4.Template.MessageCollection.CountMessageTypes(System.Int32@,System.Int32@,System.Int32@,System.Int32@,System.Int32@)"]

See Also