AlertsManagementBaseCmdlet.ProcessRecordInternal Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ProcessRecordInternal() |
Executes the Cmdlet. This is a callback function to simplify the exception handling |
ProcessRecordInternal()
Executes the Cmdlet. This is a callback function to simplify the exception handling
protected abstract void ProcessRecordInternal ();
abstract member ProcessRecordInternal : unit -> unit
Protected MustOverride Sub ProcessRecordInternal ()