Jellyfish.Commands.RequestLog.GetAllExecutedCommands C# (CSharp) Method

GetAllExecutedCommands() public method

public GetAllExecutedCommands ( ) : IEnumerable
return IEnumerable
        public IEnumerable<IServiceCommandInfo> GetAllExecutedCommands()
        {
            return allExecutedCommands.IsValueCreated ? allExecutedCommands.Value.ToArray() : Enumerable.Empty<IServiceCommandInfo>();
        }