CrmServiceClient.GetAllLogs Method

Definition

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

public:
 System::Collections::Generic::IEnumerable<Tuple<DateTime, System::String ^> ^> ^ GetAllLogs();
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