Interfaccia IRequestHandler
Fornisce l'accesso a membri che controllano la gestione dei messaggi di richiesta.
Spazio dei nomi System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Sintassi
'Dichiarazione
<ServiceContractAttribute> _
Public Interface IRequestHandler
'Utilizzo
Dim instance As IRequestHandler
[ServiceContractAttribute]
public interface IRequestHandler
[ServiceContractAttribute]
public interface class IRequestHandler
[<ServiceContractAttribute>]
type IRequestHandler = interface end
public interface IRequestHandler
Nel tipo IRequestHandler sono esposti i membri seguenti.
Metodi
Nome | Descrizione | |
---|---|---|
ProcessRequestForMessage | Fornisce un punto di ingresso per la richiesta. |
In alto