Click or drag to resize
IQuickLoggerDeleted Method

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

[Missing <summary> documentation for "M:Netadmin.Management.Common.BusinessLogging.IQuickLogger.Deleted(System.Collections.Generic.IEnumerable{Netadmin.Management.Common.BusinessLogging.ILoggable},System.Nullable{System.Int64})"]

Namespace: Netadmin.Management.Common.BusinessLogging
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
void Deleted(
	IEnumerable<ILoggable> loggables,
	Nullable<long> parentObjectId
)

Parameters

loggables
Type: System.Collections.GenericIEnumerableILoggable

[Missing <param name="loggables"/> documentation for "M:Netadmin.Management.Common.BusinessLogging.IQuickLogger.Deleted(System.Collections.Generic.IEnumerable{Netadmin.Management.Common.BusinessLogging.ILoggable},System.Nullable{System.Int64})"]

parentObjectId
Type: SystemNullableInt64

[Missing <param name="parentObjectId"/> documentation for "M:Netadmin.Management.Common.BusinessLogging.IQuickLogger.Deleted(System.Collections.Generic.IEnumerable{Netadmin.Management.Common.BusinessLogging.ILoggable},System.Nullable{System.Int64})"]

See Also