Creates a new editable Memo from a given Memo.

Namespace: ININ.IceLib.Statistics.Alerts
Assembly: ININ.IceLib.Statistics (in ININ.IceLib.Statistics.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public static Memo CreateEditableMemo(
	Session session,
	Memo source
)
Visual Basic
Public Shared Function CreateEditableMemo ( _
	session As Session, _
	source As Memo _
) As Memo

Parameters

session
Type: ININ.IceLib.Connection..::..Session
Session object used to aid construction.
source
Type: ININ.IceLib.Statistics.Alerts..::..Memo
The source Memo.

Return Value

An editable copy of the existing Memo.

Remarks

This should be used to take an existing Memo from the server and turn it into a new Memo that can be modified and sent back to the server to perform an update on the existing Memo. The new Memo and the existing Memo will have the same MessageId.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionA parameter is nullNothingnullptra null reference (Nothing in Visual Basic).

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.

See Also