ServiceClient.GetAllLogs Method

Definition

Enabled only if InMemoryLogCollectionEnabled is true. Return all logs currently stored for the ServiceClient in queue.

public System.Collections.Generic.IEnumerable<Tuple<DateTime,string>> GetAllLogs ();
member this.GetAllLogs : unit -> seq<DateTime * string>
Public Function GetAllLogs () As IEnumerable(Of Tuple(Of DateTime, String))

Returns

Applies to