IAttachments.GetAttachmentWithHttpMessagesAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
GetAttachment.
public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<System.IO.Stream>> GetAttachmentWithHttpMessagesAsync (string attachmentId, string viewId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAttachmentWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<System.IO.Stream>>
Public Function GetAttachmentWithHttpMessagesAsync (attachmentId As String, viewId As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of Stream))
Parametri
- attachmentId
- String
id allegato.
- viewId
- String
Visualizzare l'ID da attachmentInfo.
- customHeaders
- Dictionary<String,List<String>>
Intestazioni che verranno aggiunte alla richiesta.
- cancellationToken
- CancellationToken
Token di annullamento.
Restituisce
Attività che rappresenta il lavoro in coda da eseguire.
Eccezioni
Generata quando l'operazione ha restituito un codice di stato non valido.
Generata quando non è possibile deserializzare la risposta.
Generata quando un parametro obbligatorio è Null.
Commenti
Ottiene la visualizzazione denominata come contenuto binario.