RetryOperationError Class
Indicates that an error connected to the retrying requests by the broker occurred, when the RetryOperationError class is specified as the type parameter for a FaultException object.
Namespace: Microsoft.Hpc.Scheduler.Session
Assembly: Microsoft.Hpc.Scheduler.Session (in Microsoft.Hpc.Scheduler.Session.dll)
Namespace: Microsoft.Hpc.Scheduler.Session
Assembly: Microsoft.Hpc.Scheduler.Session (in Microsoft.Hpc.Scheduler.Session.dll)
[SerializableAttribute] [DataContractAttribute(Namespace="http://hpc.microsoft.com/session/")] public sealed class RetryOperationError
/** @attribute SerializableAttribute() */ /** @attribute DataContractAttribute(Namespace="http://hpc.microsoft.com/session/") */ public final class RetryOperationError
SerializableAttribute DataContractAttribute(Namespace="http://hpc.microsoft.com/session/") public final class RetryOperationError
A SOA service should generate a FaultException object with type parameter of RetryOperationError to indicate that the broker should retry the request.
When a SOA client that communicates with the service using the Windows HPC Server 2008 model receives a FaultException object with type parameter of RetryOperationError, the exception indicates that the broker exceeded the limit for the number of times the broker should retry a request.
Platform Note: This class was introduced in Windows HPC Server 2008 R2 and is not supported in earlier versions.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Development Platforms
Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server 2003, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012Target Platforms
Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, with HPC Pack Client Utilities
Build Date:
Community Additions
ADD
Show: