MultitenantGroupMetricsGenerator Constructor
Namespace: Microsoft.Exchange.InfoWorker.Common.MailTips
Assembly: Microsoft.Exchange.InfoWorker.Common (in Microsoft.Exchange.InfoWorker.Common.dll)
Syntax
'Declaration
Public Sub New ( _
stopEvent As WaitHandle, _
organizations As ICollection(Of OrganizationId) _
)
'Usage
Dim stopEvent As WaitHandle
Dim organizations As ICollection(Of OrganizationId)
Dim instance As New MultitenantGroupMetricsGenerator(stopEvent, _
organizations)
public MultitenantGroupMetricsGenerator(
WaitHandle stopEvent,
ICollection<OrganizationId> organizations
)
Parameters
- stopEvent
Type: System.Threading.WaitHandle
- organizations
Type: System.Collections.Generic.ICollection<OrganizationId>