GetMailboxRelocationRequestStatistics class
Inheritance hierarchy
System.Object
InternalCommand
Cmdlet
PSCmdlet
Microsoft.Exchange.Configuration.Tasks.Task
DataAccessTask<MailboxRelocationRequestStatistics>
GetTaskBase<MailboxRelocationRequestStatistics>
GetRequestStatistics<MailboxRelocationRequestIdParameter, MailboxRelocationRequestStatistics>
Microsoft.Exchange.Management.RecipientTasks.GetMailboxRelocationRequestStatistics
Namespace: Microsoft.Exchange.Management.RecipientTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public NotInheritable Class GetMailboxRelocationRequestStatistics _
Inherits GetRequestStatistics(Of MailboxRelocationRequestIdParameter, MailboxRelocationRequestStatistics)
'Usage
Dim instance As GetMailboxRelocationRequestStatistics
public sealed class GetMailboxRelocationRequestStatistics : GetRequestStatistics<MailboxRelocationRequestIdParameter, MailboxRelocationRequestStatistics>
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.