MailboxRelocationRequestStatistics.IsTerminalState method (RequestJobBase)
Namespace: Microsoft.Exchange.MailboxReplicationService
Assembly: Microsoft.Exchange.MailboxReplicationService.Common (in Microsoft.Exchange.MailboxReplicationService.Common.dll)
Syntax
'Declaration
Public Shared Function IsTerminalState ( _
requestJobBase As RequestJobBase _
) As Boolean
'Usage
Dim requestJobBase As RequestJobBase
Dim returnValue As Boolean
returnValue = MailboxRelocationRequestStatistics.IsTerminalState(requestJobBase)
public static bool IsTerminalState(
RequestJobBase requestJobBase
)
Parameters
- requestJobBase
Type: Microsoft.Exchange.MailboxReplicationService.RequestJobBase
Return value
Type: System.Boolean
See also
Reference
MailboxRelocationRequestStatistics class