CrmServiceClient.GetAllLogs Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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))