Table of Contents

Struct ExtendedRequest<TReq>

Namespace
Azure.Iot.Operations.Protocol.RPC
Assembly
Azure.Iot.Operations.Protocol.dll
public struct ExtendedRequest<TReq> where TReq : class

Type Parameters

TReq
Inherited Members

Properties

Request

public TReq Request { readonly get; set; }

Property Value

TReq

RequestMetadata

public CommandRequestMetadata RequestMetadata { readonly get; set; }

Property Value

CommandRequestMetadata