Share via


RequestIndexEntryObjectId constructor

Namespace:  Microsoft.Exchange.MailboxReplicationService
Assembly:  Microsoft.Exchange.MailboxReplicationService.Common (in Microsoft.Exchange.MailboxReplicationService.Common.dll)

Syntax

'Declaration
Public Sub New ( _
    requestGuid As Guid, _
    requestType As MRSRequestType, _
    organizationId As OrganizationId, _
    indexId As RequestIndexId _
)
'Usage
Dim requestGuid As Guid
Dim requestType As MRSRequestType
Dim organizationId As OrganizationId
Dim indexId As RequestIndexId

Dim instance As New RequestIndexEntryObjectId(requestGuid, _
    requestType, organizationId, indexId)
public RequestIndexEntryObjectId(
    Guid requestGuid,
    MRSRequestType requestType,
    OrganizationId organizationId,
    RequestIndexId indexId
)

Parameters

See also

Reference

RequestIndexEntryObjectId class

RequestIndexEntryObjectId members

Microsoft.Exchange.MailboxReplicationService namespace