Compartir a través de


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
)