SetClientRequestId Class

Interceptor to set the ClientRequestId for current BatchRequest. If there are multiple instances of this then the last set wins.

Namespace: Microsoft.Azure.Batch
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Usage

'Usage
Dim instance As SetClientRequestId

Syntax

'Declaration
Public Class SetClientRequestId
    Inherits RequestInterceptor
public class SetClientRequestId : RequestInterceptor
public ref class SetClientRequestId : public RequestInterceptor
public class SetClientRequestId extends RequestInterceptor
public class SetClientRequestId extends RequestInterceptor

Inheritance Hierarchy

System.Object
   Microsoft.Azure.Batch.BatchClientBehavior
     Microsoft.Azure.Batch.Protocol.RequestReplacementInterceptor
       Microsoft.Azure.Batch.Protocol.RequestInterceptor
        Microsoft.Azure.Batch.SetClientRequestId

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.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

SetClientRequestId Members
Microsoft.Azure.Batch Namespace