CrmServiceClient.GetAllLogsAsStringList Method

Definition

Enabled only if InMemoryLogCollectionEnabled is true. Return all logs currently stored for the crmserviceclient in queue in string list format with [UTCDateTime][LogEntry].

public:
 cli::array <System::String ^> ^ GetAllLogsAsStringList();
public string[] GetAllLogsAsStringList ();
member this.GetAllLogsAsStringList : unit -> string[]
Public Function GetAllLogsAsStringList () As String()

Returns

String[]

Applies to