Share via


CreateInstanceDelegate Delegate

Namespace:  Microsoft.Exchange.Diagnostics
Assembly:  Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)

Syntax

'Declaration
Public Delegate Function CreateInstanceDelegate ( _
    instanceName As String, _
    totalInstance As PerformanceCounterInstance _
) As PerformanceCounterInstance
'Usage
Dim instance As New CreateInstanceDelegate(AddressOf HandlerMethod)
public delegate PerformanceCounterInstance CreateInstanceDelegate(
    string instanceName,
    PerformanceCounterInstance totalInstance
)

Parameters

  • totalInstance
    Type: PerformanceCounterInstance

Return Value

Type: PerformanceCounterInstance