QueueHttpResponseParsers.GetNextVisibleTime(HttpResponseMessage) Method

Definition

Extracts the next visibility time from a response message header.

public static DateTime GetNextVisibleTime (System.Net.Http.HttpResponseMessage response);
static member GetNextVisibleTime : System.Net.Http.HttpResponseMessage -> DateTime
Public Shared Function GetNextVisibleTime (response As HttpResponseMessage) As DateTime

Parameters

response
HttpResponseMessage

The web response.

Returns

The time of next visibility stored in the header of the response.

Applies to