Response<T> Class

Definition

public class Response<T> : Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.Response
type Response<'T> = class
    inherit Response
Public Class Response(Of T)
Inherits Response

Type Parameters

T
Inheritance

Constructors

Response<T>(Func<T>)
Response<T>(Func<Task<T>>)
Response<T>(T)

Fields

Cancel (Inherited from EventData)
ExtendedData (Inherited from EventData)
Id (Inherited from EventData)
Message (Inherited from EventData)
Parameter (Inherited from EventData)
RequestMessage (Inherited from EventData)
ResponseMessage (Inherited from EventData)
Value (Inherited from EventData)

Properties

Result

Applies to