IsCloseActivity(LogRecordKind)
Determines whether a given LogRecordKind represents the closing of an activity.
Declaration
public static bool IsCloseActivity(this LogRecordKind kind)Parameters
| Type | Name | Description |
|---|---|---|
| LogRecordKind | kind |
Returns
| Type | Description |
|---|---|
| bool |
|