PostSharpAPI ReferencePost­Sharp.​Patterns.​DiagnosticsLog­Record­Kind­ExtensionsIs­Close­Custom­Activity
Open sandboxFocus

LogRecordKindExtensions.IsCloseCustomActivity Method

IsCloseCustomActivity(LogRecordKind)

Determines whether a given LogRecordKind represents the closing of a custom activity.

Declaration
public static bool IsCloseCustomActivity(this LogRecordKind kind)
Parameters
Type Name Description
LogRecordKind kind

A LogRecordKind.

Returns
Type Description
Boolean

true if kind represents the closing of a custom activity, otherwise false.