SuspendMailboxRelocationRequest class
Inheritance hierarchy
System.Object
InternalCommand
Cmdlet
PSCmdlet
Microsoft.Exchange.Configuration.Tasks.Task
DataAccessTask<TransactionalRequestJob>
SetTaskBase<TransactionalRequestJob>
SetRequestBase<MailboxRelocationRequestIdParameter>
SuspendRequest<MailboxRelocationRequestIdParameter>
Microsoft.Exchange.Management.RecipientTasks.SuspendMailboxRelocationRequest
Namespace: Microsoft.Exchange.Management.RecipientTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public NotInheritable Class SuspendMailboxRelocationRequest _
Inherits SuspendRequest(Of MailboxRelocationRequestIdParameter)
'Usage
Dim instance As SuspendMailboxRelocationRequest
public sealed class SuspendMailboxRelocationRequest : SuspendRequest<MailboxRelocationRequestIdParameter>
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.