Partager via


EventsOutOfOrderPolicyTypeConverter Class

Definition

Indicates the policy to apply to events that arrive out of order in the input event stream.

public class EventsOutOfOrderPolicyTypeConverter : System.Management.Automation.PSTypeConverter
type EventsOutOfOrderPolicyTypeConverter = class
    inherit PSTypeConverter
Public Class EventsOutOfOrderPolicyTypeConverter
Inherits PSTypeConverter
Inheritance
EventsOutOfOrderPolicyTypeConverter

Constructors

EventsOutOfOrderPolicyTypeConverter()

Methods

CanConvertFrom(Object, Type)

Determines if the converter can convert the sourceValue parameter to the destinationType parameter.

CanConvertTo(Object, Type)

Determines if the converter can convert the sourceValue parameter to the destinationType parameter.

ConvertFrom(Object, Type, IFormatProvider, Boolean)

Converts the sourceValue parameter to the destinationType parameter using formatProvider and ignoreCase

ConvertTo(Object, Type, IFormatProvider, Boolean)

NotImplemented -- this will return null

Applies to