Appccelerate.SourceTemplates.Log4Net.DriveLogExtension.EndGetDrives C# (CSharp) Method

EndGetDrives() public method

public EndGetDrives ( DriveInfo result ) : void
result DriveInfo
return void
        public override void EndGetDrives(DriveInfo[] result)
        {
            this.log.DebugFormat(
                CultureInfo.InvariantCulture, "Got all drives {0}.", string.Join(";", result.Select(info => info.Name)));
        }